define Package/map-plugins-zero-touch $(call Package/map-plugins/Default) TITLE:=Full Zero-touch bootstrapping of Wi-Fi Repeater device(s) DEPENDS= +libubox +libuci +libubus +libeasy +libnl-genl \ +libjson-c +libblobmsg-json +map-controller \ +map-plugins endef define Package/map-plugins-zero-touch/install $(INSTALL_DIR) $(1)/usr/lib $(INSTALL_DIR) $(1)/usr/lib/mapcontroller $(CP) $(PKG_BUILD_DIR)/zero-touch/zerotouch.so $(1)/usr/lib/mapcontroller/zerotouch.so $(CP) $(PKG_BUILD_DIR)/zero-touch/libztdpp.so $(1)/usr/lib/libztdpp.so endef define Build/Compile/map-plugins-zero-touch $(MAKE) -C $(PKG_BUILD_DIR)/zero-touch \ CC="$(TARGET_CC)" \ CFLAGS="$(TARGET_CFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)"; endef