diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-11-29 17:10:04 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-04 11:41:53 +0100 |
commit | 2cb90461c8d09d4572453c48ed8687f2cb20ae05 (patch) | |
tree | 99373799bddfb791270a3eae3e5a9299e3cc7086 /target/linux/orion | |
parent | 7e38cd7a8dc3172dbb3b31b0976241afe4765ed7 (diff) | |
download | upstream-2cb90461c8d09d4572453c48ed8687f2cb20ae05.tar.gz upstream-2cb90461c8d09d4572453c48ed8687f2cb20ae05.tar.bz2 upstream-2cb90461c8d09d4572453c48ed8687f2cb20ae05.zip |
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@gmail.com>
Diffstat (limited to 'target/linux/orion')
-rw-r--r-- | target/linux/orion/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index f0a0ab9acb..e6f29ca98b 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)) |