mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
mtk_apcli: move to wireless
This commit is contained in:
parent
f4ff087e02
commit
aabb9a49f7
@ -1,28 +1,16 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mtk_apcli
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/mtk_apcli
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Wireless
|
||||
TITLE:=apcli for MTK
|
||||
DEPENDS:=+libiwinfo
|
||||
endef
|
||||
|
||||
define Package/mtk_apcli/description
|
||||
apcli for MTK
|
||||
endef
|
||||
|
||||
|
||||
define Build/Prepare
|
||||
mkdir -p $(PKG_BUILD_DIR)
|
||||
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
||||
DEPENDS:=@TARGET_ramips +libiwinfo
|
||||
endef
|
||||
|
||||
define Package/mtk_apcli/install
|
||||
|
Loading…
Reference in New Issue
Block a user