[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:
Gabor Juhos
2008-06-08 06:43:21 +00:00
parent 672d15d39e
commit 8715d963a1

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