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 | 307964d7bebaab96e0c4397abb2cca611e31569d (patch) | |
tree | eb6f6a670807b3c646b3ab13117ee38d2588435e /target/linux/ramips/Makefile | |
parent | 0cb50afcd6fe79aa79b8f7aafc76d3e75570dc65 (diff) | |
download | upstream-307964d7bebaab96e0c4397abb2cca611e31569d.tar.gz upstream-307964d7bebaab96e0c4397abb2cca611e31569d.tar.bz2 upstream-307964d7bebaab96e0c4397abb2cca611e31569d.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28049 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/Makefile')
-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. |