1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 03:54:11 +03:00

[adm5120] add packages required by failsafe support to defaults

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11404 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2008-06-08 06:43:21 +00:00
parent 476c0170c4
commit f44890b6fb

View File

@ -16,5 +16,10 @@ INITRAMFS_EXTRA_FILES:=
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += admswconfig
DEFAULT_PACKAGES += \
kmod-input-core \
kmod-input-polldev \
kmod-input-gpio-buttons \
kmod-button-hotplug
$(eval $(call BuildTarget))