[source] orion: Add uboot-envtools in the default package list

LEDE Commits lede-commits at lists.infradead.org
Sun Dec 4 02:42:20 PST 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/2cb90461c8d09d4572453c48ed8687f2cb20ae05

commit 2cb90461c8d09d4572453c48ed8687f2cb20ae05
Author: Florian Fainelli <f.fainelli at gmail.com>
AuthorDate: Tue Nov 29 17:10:04 2016 -0800

    orion: Add uboot-envtools in the default package list
    
    Makes sense since most, if not all orion platforms use this bootloader.
    
    Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
---
 target/linux/orion/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index f0a0ab9..e6f29ca 100644
--- a/target/linux/orion/Makefile
+++ b/target/linux/orion/Makefile
@@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/target.mk
 
 KERNELNAME:=zImage
 
-DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini kmod-i2c-core kmod-i2c-mv64xxx kmod-rtc-isl1208
+DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini kmod-i2c-core \
+		    kmod-i2c-mv64xxx kmod-rtc-isl1208 uboot-envtools
 
 $(eval $(call BuildTarget))



More information about the lede-commits mailing list