dir-878: change wireless driver to mtwifi
This commit is contained in:
parent
afd56edf1e
commit
af3376f733
@ -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:=@TARGET_ramips_mt7621_DEVICE_phicomm_k2p +wifi-l1profile
|
||||
DEPENDS:=@TARGET_ramips +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:=@TARGET_ramips_mt7621_DEVICE_phicomm_k2p
|
||||
DEPENDS:=@TARGET_ramips
|
||||
TITLE:=Build WiFi l1profile.data on demand.
|
||||
VERSION:=$(PKG_RELEASE)-$(REVISION)
|
||||
MENU:=1
|
||||
|
||||
@ -232,7 +232,7 @@ define Device/dlink_dir-878-a1
|
||||
IMAGES += factory.bin
|
||||
DEVICE_MODEL := DIR-878
|
||||
DEVICE_VARIANT := A1
|
||||
DEVICE_PACKAGES := kmod-mt7615e wpad-basic
|
||||
DEVICE_PACKAGES := luci-app-mtwifi
|
||||
KERNEL_INITRAMFS := $$(KERNEL) | ubootpad96
|
||||
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | ubootpad96 |\
|
||||
pad-rootfs | check-size $$$$(IMAGE_SIZE) | append-metadata
|
||||
|
||||
Loading…
Reference in New Issue
Block a user