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 | d36fd45d78bc3189d5ed73388a8fe4a036b5b334 (patch) | |
tree | 8b269bb7733dfce1393a5573ecee2bc98b81d2d9 /target/linux | |
parent | c813f4cc0a6e414b5389e4afb1fe4f7b70b1a3eb (diff) | |
download | upstream-d36fd45d78bc3189d5ed73388a8fe4a036b5b334.tar.gz upstream-d36fd45d78bc3189d5ed73388a8fe4a036b5b334.tar.bz2 upstream-d36fd45d78bc3189d5ed73388a8fe4a036b5b334.zip |
ramips: add swconfig to the default package list
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31398 3c298f89-4303-0410-b956-a3cf2f4a3e73
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. |