summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
Commit message (Collapse)AuthorAgeFilesLines
* aries-common: Support integrated kernel buildingPawit Pornkitprasan2012-04-161-0/+3
| | | | | | | - shbookimg.mk needs to be updated to use the built kernel - Added kernel source path Change-Id: Ic34bf51f22d091056940529df3313a3159b37857
* aries-common: Remove global CFLAGSPawit Pornkitprasan2012-03-051-2/+0
| | | | | | | mfpu and mfloat-abi are already set in the build system crespo doesn't set mtune and we want to remain consistent Also see http://review.cyanogenmod.com/13035
* aries-common: Remove TARGET_RECOVERY_PRE_COMMAND, the kernel now handles thisPawit Pornkitprasan2012-01-071-1/+0
|
* Update BoardConfigCommon from crespoPawit Pornkitprasan2011-12-301-2/+2
|
* Our board is s5pc110 (s5pc110 = s5pv210 + RAM + OneNAND)Pawit Pornkitprasan2011-12-071-1/+1
| | | | | Samsung stock also defines this as s5pc110 and with this, Nexus S hacks will also apply to us
* Allow mass storage mount in systemPawit Pornkitprasan2011-12-031-0/+1
| | | | (setprop persist.sys.usb.config mass_storage,adb and reboot to take effect)
* Add WiFi Direct and Bluetooth reverse tethering supportPawit Pornkitprasan2011-11-301-9/+12
| | | | | | Needs: - New kernel with bcmdhd compiled in - http://review.cyanogenmod.com/#change,10546
* Increase system image size to not b0rk out on images larger than our old ↵Shawn Alty2011-11-281-1/+1
| | | | system size
* Fix mass storage mount in recoveryPawit Pornkitprasan2011-11-241-0/+1
|
* fix a derpShawn Alty2011-11-241-1/+0
|
* Move common stuff to aries-common.Shawn Alty2011-11-241-0/+98
Move the graphics.c overlay and board config stuff to aries-common since we all use it anyway.