projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e38cd7
)
orion: Add uboot-envtools in the default package list
author
Florian Fainelli
<f.fainelli@gmail.com>
Wed, 30 Nov 2016 01:10:04 +0000
(17:10 -0800)
committer
Felix Fietkau
<nbd@nbd.name>
Sun, 4 Dec 2016 10:41:53 +0000
(11:41 +0100)
Makes sense since most, if not all orion platforms use this bootloader.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
target/linux/orion/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/orion/Makefile
b/target/linux/orion/Makefile
index f0a0ab9acb9e5d89fb225739fae30590308accb6..e6f29ca98bee2a4b504403eff9d3fb0d77fc4f6f 100644
(file)
--- 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))