projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b109c43
)
ramips: fix typo in default packages
author
Gabor Juhos
<juhosg@openwrt.org>
Fri, 19 Aug 2011 15:55:05 +0000
(15:55 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Fri, 19 Aug 2011 15:55:05 +0000
(15:55 +0000)
Fix fivebytepypo - there is no such kernel module wpad-mini :)
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 28049
target/linux/ramips/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ramips/Makefile
b/target/linux/ramips/Makefile
index 012fc5620e7c3c36576e3047602f3071b34c28c6..bfe663ec9a1940f412f0fff412a0f007fcd4070f 100644
(file)
--- 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.