summaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-05-29 13:55:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-05-29 13:55:26 +0000
commitdcd7479a9933daa1c76b4cb45fb5e5fbe7317fe1 (patch)
treef5882e828c0bd244a0648da68d120a4caf8a8d7a /target/linux/sunxi
parent1520df3387affc9a802ad8c76b83fc66468fb4f5 (diff)
downloadmaster-31e0f0ae-dcd7479a9933daa1c76b4cb45fb5e5fbe7317fe1.tar.gz
master-31e0f0ae-dcd7479a9933daa1c76b4cb45fb5e5fbe7317fe1.tar.bz2
master-31e0f0ae-dcd7479a9933daa1c76b4cb45fb5e5fbe7317fe1.zip
sunxi: correct default package selection, fixes imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45839
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r--target/linux/sunxi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile
index dbe85bd9ea..4d4608b317 100644
--- a/target/linux/sunxi/Makefile
+++ b/target/linux/sunxi/Makefile
@@ -17,7 +17,6 @@ MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
KERNEL_PATCHVER:=3.18
KERNELNAME:=zImage dtbs
-DEFAULT_PACKAGES += uboot-envtools uboot-sunxi kmod-eeprom-sunxi kmod-wdt-sunxi
# A10: Cortex-A8
# A13: Cortex-A8
@@ -26,4 +25,6 @@ DEFAULT_PACKAGES += uboot-envtools uboot-sunxi kmod-eeprom-sunxi kmod-wdt-sunxi
include $(INCLUDE_DIR)/target.mk
+DEFAULT_PACKAGES += uboot-envtools kmod-eeprom-sunxi kmod-wdt-sunxi
+
$(eval $(call BuildTarget))