mtwifi: fix dependency
This commit is contained in:
parent
27e830fa55
commit
d278752c3e
@ -180,7 +180,7 @@ TAR_CMD=$(HOST_TAR) -C $(1)/ $(TAR_OPTIONS)
|
||||
define KernelPackage/mt_wifi
|
||||
CATEGORY:=Kernel modules
|
||||
TITLE:=MTK wifi AP driver
|
||||
DEPENDS:=+wifi-l1profile
|
||||
DEPENDS:=@TARGET_ramips_mt7621_DEVICE_phicomm_k2p +wifi-l1profile
|
||||
ifneq ($(CONFIG_MTK_WHNAT_SUPPORT), )
|
||||
FILES:=$(PKG_BUILD_DIR)/mt_wifi_ap/mt_wifi.ko \
|
||||
$(PKG_BUILD_DIR)/mt_wifi/embedded/tools/plug_in/whnat/mt_whnat.ko
|
||||
|
||||
@ -20,7 +20,7 @@ define Package/wifi-l1profile
|
||||
SECTION:=Kernel modules
|
||||
CATEGORY:=Kernel modules
|
||||
SUBMENU:=Wireless Drivers
|
||||
DEPENDS:=
|
||||
DEPENDS:=@TARGET_ramips_mt7621_DEVICE_phicomm_k2p
|
||||
TITLE:=Build WiFi l1profile.data on demand.
|
||||
VERSION:=$(PKG_RELEASE)-$(REVISION)
|
||||
MENU:=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user