diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-19 15:55:05 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-19 15:55:05 +0000 |
commit | d227d34e1f980b05144caff0a8af8de8d4186e28 (patch) | |
tree | eb6f6a670807b3c646b3ab13117ee38d2588435e /target/linux/ramips/Makefile | |
parent | c10aac92b22c5b3057de1bb57d8f023861c9b5cf (diff) |
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. |