1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

add packages required by failsafe support to defaults

SVN-Revision: 11404
This commit is contained in:
Gabor Juhos 2008-06-08 06:43:21 +00:00
parent e5ad400330
commit 2fdfd541da

@ -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))