ソースを参照

sunxi: correct default package selection, fixes imagebuilder

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 45839
Jo-Philipp Wich 10 年 前
コミット
dcd7479a99
1 ファイル変更2 行追加1 行削除
  1. 2 1
      target/linux/sunxi/Makefile

+ 2 - 1
target/linux/sunxi/Makefile

@@ -17,7 +17,6 @@ MAINTAINER:=Zoltan HERPAI <[email protected]>
 
 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))