mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
package/kernel: use macros for kmod-rfkill depends
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21102 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -14,3 +14,13 @@ endef
|
||||
define AddDepends/crc16
|
||||
DEPENDS+= +!TARGET_xburst:kmod-crc16
|
||||
endef
|
||||
|
||||
|
||||
define SetDepends/rfkill
|
||||
DEPENDS:= @(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86)
|
||||
endef
|
||||
|
||||
define AddDepends/rfkill
|
||||
DEPENDS+= +(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86):kmod-rfkill
|
||||
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user