add packages required by failsafe support to defaults
SVN-Revision: 11404
This commit is contained in:
parent
e5ad400330
commit
2fdfd541da
1 changed files with 5 additions and 0 deletions
|
@ -16,5 +16,10 @@ INITRAMFS_EXTRA_FILES:=
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
DEFAULT_PACKAGES += admswconfig
|
DEFAULT_PACKAGES += admswconfig
|
||||||
|
DEFAULT_PACKAGES += \
|
||||||
|
kmod-input-core \
|
||||||
|
kmod-input-polldev \
|
||||||
|
kmod-input-gpio-buttons \
|
||||||
|
kmod-button-hotplug
|
||||||
|
|
||||||
$(eval $(call BuildTarget))
|
$(eval $(call BuildTarget))
|
||||||
|
|
Loading…
Reference in a new issue