ath9k: fix deprecated syntax in config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40860
This commit is contained in:
parent
48855aab6c
commit
a5f8365f40
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ define KernelPackage/ath9k/config
|
||||||
|
|
||||||
config ATH9K_SUPPORT_PCOEM
|
config ATH9K_SUPPORT_PCOEM
|
||||||
bool "Support chips used in PC OEM cards"
|
bool "Support chips used in PC OEM cards"
|
||||||
depends PACKAGE_kmod-ath9k
|
depends on PACKAGE_kmod-ath9k
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue