diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-01-12 19:23:29 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-01-12 19:23:29 +0000 |
commit | d0a757147bcfb1813585638b08ee8e6a8d743254 (patch) | |
tree | 1d7314ca8a588da492b71a71dad0a4289aabd3df /target/linux/sunxi/Makefile | |
parent | a248495ae9d1b041a05f9e22579fe4f113c9eaa2 (diff) | |
download | upstream-d0a757147bcfb1813585638b08ee8e6a8d743254.tar.gz upstream-d0a757147bcfb1813585638b08ee8e6a8d743254.tar.bz2 upstream-d0a757147bcfb1813585638b08ee8e6a8d743254.zip |
sunxi: various changes - rename hstimer DT on sun5i to avoid confusion - add Cubietruck support - select watchdog by default - select rtc in profiles where appropriate - cosmetic changes
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39263
Diffstat (limited to 'target/linux/sunxi/Makefile')
-rw-r--r-- | target/linux/sunxi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index c340d86b8d..18425111a8 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -17,7 +17,7 @@ MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> LINUX_VERSION:=3.12.5 KERNELNAME:="zImage dtbs" -DEFAULT_PACKAGES += uboot-envtools uboot-sunxi kmod-eeprom-sunxi +DEFAULT_PACKAGES += uboot-envtools uboot-sunxi kmod-eeprom-sunxi kmod-wdt-sunxi # A10: Cortex-A8 # A13: Cortex-A8 |