mirror of https://github.com/hak5/openwrt.git
ixp4xx/cns3xxx: add rfkill module support
Both ixp4xx and cns3xxx targets support RFKILL in the kernel. Also add a RFKILL_GPIO default for kernel config Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33831lede-17.01
parent
a34499e095
commit
01ccf0225b
|
@ -24,11 +24,11 @@ endef
|
||||||
|
|
||||||
|
|
||||||
define SetDepends/rfkill
|
define SetDepends/rfkill
|
||||||
DEPENDS:= @(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86||TARGET_gemini)
|
DEPENDS:= @(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86||TARGET_gemini||TARGET_cns3xxx||TARGET_ixp4xx)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define AddDepends/rfkill
|
define AddDepends/rfkill
|
||||||
DEPENDS+= +(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86):kmod-rfkill $(1)
|
DEPENDS+= +(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86||TARGET_cns3xxx||TARGET_ixp4xx):kmod-rfkill $(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -363,7 +363,8 @@ define KernelPackage/rfkill
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_RFKILL \
|
CONFIG_RFKILL \
|
||||||
CONFIG_RFKILL_INPUT=y \
|
CONFIG_RFKILL_INPUT=y \
|
||||||
CONFIG_RFKILL_LEDS=y
|
CONFIG_RFKILL_LEDS=y \
|
||||||
|
CONFIG_RFKILL_GPIO=y
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/net/rfkill/rfkill.ko
|
$(LINUX_DIR)/net/rfkill/rfkill.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,20,rfkill)
|
AUTOLOAD:=$(call AutoLoad,20,rfkill)
|
||||||
|
|
Loading…
Reference in New Issue