diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-03 16:33:40 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-03 16:33:40 +0000 |
commit | 1a3e21a48d50f956ab0e70bdb51e59a214dcf55b (patch) | |
tree | dfde9d74eab6d7738771b9254d72813ee30340fd /target/linux | |
parent | 7d80e1897f3e5360fd89ec04553114e4933de3e6 (diff) |
ar71xx: add uboot-envtools to the default package list
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29407 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 6b8dd8011..2b94f7c72 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. |