Browse Source

ar71xx: add uboot-envtools to the default package list

SVN-Revision: 29407
Gabor Juhos 14 years ago
parent
commit
bc1d818610
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/Makefile

+ 1 - 1
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.