mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wlng: mark iopsys_ramips target as mediatek
This commit is contained in:
parent
916fc33f07
commit
73d75255a9
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
ifeq ($(CONFIG_TARGET_iopsys_ramips_ex400),y)
|
||||
ifeq ($(CONFIG_TARGET_iopsys_ramips),y)
|
||||
WLNG_TARGET:=IOPSYS_MEDIATEK
|
||||
else ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_mips),y)
|
||||
WLNG_TARGET:=IOPSYS_BROADCOM
|
||||
|
|
@ -35,7 +35,7 @@ export KERNEL_DIR
|
|||
define Package/wlng
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libuci +libubox +ubus
|
||||
TITLE:=Wifilife NextGen (802.11 kvr based client steering)
|
||||
TITLE:=WiFiLife NextGen (802.11 kvr based client steering)
|
||||
endef
|
||||
|
||||
define Package/wlng/description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue