diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-18 09:01:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-18 09:01:49 +0000 |
commit | ea2bf44bf160a6a0442a149cf95148e47e554c96 (patch) | |
tree | 74e7c14b456b4268b8fc3b53e1d737a097c38716 /target/linux/ar71xx | |
parent | a9c5e3159f161304e62dffebb290059f121abe14 (diff) | |
download | upstream-ea2bf44bf160a6a0442a149cf95148e47e554c96.tar.gz upstream-ea2bf44bf160a6a0442a149cf95148e47e554c96.tar.bz2 upstream-ea2bf44bf160a6a0442a149cf95148e47e554c96.zip |
ar71xx: add swconfig to the default packages
SVN-Revision: 19218
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 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. |