Files
wlan-ap/feeds/ucentral/ucentral-wifi/Makefile
John Crispin c6f47257ee ucentral: development update
* update netifd
* update hostapd
* update mt76
* update maverick
* add dynamic vlan
* update ucentral-client
* update ucentral-schema
* update ucode
* update 5.10 patches
* fix realtek

Signed-off-by: John Crispin <john@phrozen.org>
2021-06-05 05:59:36 +02:00

36 lines
976 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=ucentral-wifi
PKG_RELEASE:=1
PKG_SOURCE_URL=https://github.com/blogic/ucentral-wifi.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2021-04-13
PKG_SOURCE_VERSION:=6e7aab974b38078e4a16dfe616320a1f9fc7e204
#PKG_MIRROR_HASH:=a8000b3cf43ce9ebfa7305661475fec98ec1dba2dc7b062028c2e17d7c2ec50b
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
PKG_LICENSE:=BSD-3-Clause
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
define Package/ucentral-wifi
SECTION:=ucentral
CATEGORY:=uCentral
TITLE:=OpenWrt wifi status daemon
DEPENDS:=+libubox +libubus +libnl-tiny +kmod-mac80211
endef
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include \
-I$(STAGING_DIR)/usr/include/libnl-tiny
define Package/ucentral-wifi/install
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/init.d
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ucentral-wifi $(1)/usr/sbin/
$(INSTALL_BIN) ./files/ucentral-wifi $(1)/etc/init.d/
endef
$(eval $(call BuildPackage,ucentral-wifi))