summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-08-19 15:55:05 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-08-19 15:55:05 +0000
commitf8ab604eb6dc3fadb26c4cb19ce981619dcce4a5 (patch)
tree93e5d59f9e307641210bbd67bce33c97cb8a40ce /target
parentb109c43deb72bc4bfb190dfdd4b86b93a51f5c3c (diff)
downloadmaster-31e0f0ae-f8ab604eb6dc3fadb26c4cb19ce981619dcce4a5.tar.gz
master-31e0f0ae-f8ab604eb6dc3fadb26c4cb19ce981619dcce4a5.tar.bz2
master-31e0f0ae-f8ab604eb6dc3fadb26c4cb19ce981619dcce4a5.zip
ramips: fix typo in default packages
Fix fivebytepypo - there is no such kernel module wpad-mini :) Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 28049
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile
index 012fc5620e..bfe663ec9a 100644
--- a/target/linux/ramips/Makefile
+++ b/target/linux/ramips/Makefile
@@ -18,7 +18,7 @@ LINUX_VERSION:=2.6.39.4
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES+=\
kmod-leds-gpio kmod-input-core kmod-input-polldev kmod-gpio-buttons \
- kmod-button-hotplug kmod-wpad-mini maccalc
+ kmod-button-hotplug wpad-mini maccalc
define Target/Description
Build firmware images for Ralink RT288x/RT305x based boards.