mirror of https://github.com/hak5/openwrt-owl.git
ramips: fix package name of kmod-input-gpio-buttons
Based on a patch from Omnima Limited. SVN-Revision: 29379owl
parent
2ed38b24a8
commit
7c678e7511
|
@ -17,7 +17,7 @@ LINUX_VERSION:=2.6.39.4
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES+=\
|
DEFAULT_PACKAGES+=\
|
||||||
kmod-leds-gpio kmod-input-core kmod-input-polldev kmod-gpio-buttons \
|
kmod-leds-gpio kmod-input-core kmod-input-polldev kmod-input-gpio-buttons \
|
||||||
kmod-button-hotplug kmod-rt2800-pci wpad-mini maccalc
|
kmod-button-hotplug kmod-rt2800-pci wpad-mini maccalc
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
|
|
Loading…
Reference in New Issue