aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-01-18 09:01:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-01-18 09:01:49 +0000
commitea2bf44bf160a6a0442a149cf95148e47e554c96 (patch)
tree74e7c14b456b4268b8fc3b53e1d737a097c38716
parenta9c5e3159f161304e62dffebb290059f121abe14 (diff)
downloadupstream-ea2bf44bf160a6a0442a149cf95148e47e554c96.tar.gz
upstream-ea2bf44bf160a6a0442a149cf95148e47e554c96.tar.bz2
upstream-ea2bf44bf160a6a0442a149cf95148e47e554c96.zip
ar71xx: add swconfig to the default packages
SVN-Revision: 19218
-rw-r--r--target/linux/ar71xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile
index b16b428636..b5184b64dc 100644
--- a/target/linux/ar71xx/Makefile
+++ b/target/linux/ar71xx/Makefile
@@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-input-core kmod-input-polldev \
- kmod-input-gpio-buttons kmod-button-hotplug
+ kmod-input-gpio-buttons kmod-button-hotplug swconfig
define Target/Description
Build firmware images for Atheros AR71xx/AR913x based boards.