mt-drivers: fix dependency
This commit is contained in:
parent
c3991c204a
commit
bc11a5b764
@ -36,6 +36,7 @@ TAR_CMD=$(HOST_TAR) -C $(1)/ $(TAR_OPTIONS)
|
||||
define KernelPackage/mt7603e
|
||||
CATEGORY:=Kernel modules
|
||||
TITLE:=MTK wifi AP driver
|
||||
DEPENDS:=@TARGET_ramips
|
||||
FILES:=$(PKG_BUILD_DIR)/mt7603_wifi_ap/mt7603e.ko
|
||||
SUBMENU:=Wireless Drivers
|
||||
MENU:=1
|
||||
|
||||
@ -24,6 +24,7 @@ TAR_CMD=$(HOST_TAR) -C $(1)/ $(TAR_OPTIONS)
|
||||
define KernelPackage/mt76x2e
|
||||
CATEGORY:=Kernel modules
|
||||
TITLE:=MTK MT76x2e wifi AP driver
|
||||
DEPENDS:=@TARGET_ramips
|
||||
FILES:=$(PKG_BUILD_DIR)/mt76x2_ap/mt76x2_ap.ko
|
||||
SUBMENU:=Wireless Drivers
|
||||
MENU:=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user