mirror of https://github.com/hak5/openwrt.git
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: 28049lede-17.01
parent
b109c43deb
commit
f8ab604eb6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue