diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-03 16:33:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-03 16:33:40 +0000 |
commit | bc1d8186106097590c619ca467fcaad7dca1e3e0 (patch) | |
tree | ceac4c27b895ca224ae20e2bbec5a3dcfb676736 /target/linux/ar71xx | |
parent | a02a9c3f8bd982ed55c703664de8c671224af1b9 (diff) | |
download | upstream-bc1d8186106097590c619ca467fcaad7dca1e3e0.tar.gz upstream-bc1d8186106097590c619ca467fcaad7dca1e3e0.tar.bz2 upstream-bc1d8186106097590c619ca467fcaad7dca1e3e0.zip |
ar71xx: add uboot-envtools to the default package list
SVN-Revision: 29407
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 6b8dd80113..2b94f7c722 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-input-core kmod-input-polldev \ kmod-input-gpio-keys-polled kmod-button-hotplug swconfig \ - kmod-ath9k wpad-mini + kmod-ath9k wpad-mini uboot-envtools define Target/Description Build firmware images for Atheros AR71xx/AR913x/AR934x based boards. |