diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-08-19 15:55:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-08-19 15:55:05 +0000 |
commit | f8ab604eb6dc3fadb26c4cb19ce981619dcce4a5 (patch) | |
tree | 93e5d59f9e307641210bbd67bce33c97cb8a40ce /target/linux | |
parent | b109c43deb72bc4bfb190dfdd4b86b93a51f5c3c (diff) | |
download | upstream-f8ab604eb6dc3fadb26c4cb19ce981619dcce4a5.tar.gz upstream-f8ab604eb6dc3fadb26c4cb19ce981619dcce4a5.tar.bz2 upstream-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/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 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. |