enable the required packages to use a gpio-based reset button
SVN-Revision: 19976
This commit is contained in:
parent
29e75b52cf
commit
fe348a7039
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ LINUX_VERSION:=2.6.30.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
DEFAULT_PACKAGES += wpad-mini kmod-rdc321x-wdt kmod-r6040
|
DEFAULT_PACKAGES += wpad-mini kmod-r6040 kmod-input-core \
|
||||||
|
kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for RDC321x based routers
|
Build firmware images for RDC321x based routers
|
||||||
|
|
Loading…
Reference in a new issue