diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 12:30:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 12:30:43 +0000 |
commit | 6b677e1d22e9cf3ce414f961a13f3f7eae42d148 (patch) | |
tree | 39fce833c2c4ff17fd0ae00545e513b7c75b805a /target/linux | |
parent | ced031a0b28a8a9a854c72e7b7eb1b1f80a849b5 (diff) | |
download | upstream-6b677e1d22e9cf3ce414f961a13f3f7eae42d148.tar.gz upstream-6b677e1d22e9cf3ce414f961a13f3f7eae42d148.tar.bz2 upstream-6b677e1d22e9cf3ce414f961a13f3f7eae42d148.zip |
ramips: add swconfig to the default package list
SVN-Revision: 31398
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 206b4ac2a9..59657e31dd 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -19,7 +19,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 \ - kmod-rt2800-pci wpad-mini maccalc + kmod-rt2800-pci wpad-mini maccalc swconfig define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards. |