From: juhosg Date: Fri, 19 Aug 2011 15:55:05 +0000 (+0000) Subject: ramips: fix typo in default packages X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=d227d34e1f980b05144caff0a8af8de8d4186e28;p=openwrt.git ramips: fix typo in default packages Fix fivebytepypo - there is no such kernel module wpad-mini :) Signed-off-by: Roman Yeryomin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28049 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.