mark secubox packages arch-independent
This commit is contained in:
parent
92eff5aad7
commit
88958eef88
@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/$(PKG_NAME)
|
define Package/$(PKG_NAME)
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
|
PKGARCH:=all
|
||||||
SUBMENU:=Captive Portals
|
SUBMENU:=Captive Portals
|
||||||
TITLE:=Nodogsplash captive portal
|
TITLE:=Nodogsplash captive portal
|
||||||
URL:=https://github.com/nodogsplash/nodogsplash
|
URL:=https://github.com/nodogsplash/nodogsplash
|
||||||
|
|||||||
@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/secubox-app-domoticz
|
define Package/secubox-app-domoticz
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
|
PKGARCH:=all
|
||||||
SUBMENU:=SecuBox Apps
|
SUBMENU:=SecuBox Apps
|
||||||
TITLE:=SecuBox Domoticz docker app
|
TITLE:=SecuBox Domoticz docker app
|
||||||
DEPENDS:=+uci +libuci +dockerd +docker +containerd
|
DEPENDS:=+uci +libuci +dockerd +docker +containerd
|
||||||
|
|||||||
@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/secubox-app-lyrion
|
define Package/secubox-app-lyrion
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
|
PKGARCH:=all
|
||||||
SUBMENU:=SecuBox Apps
|
SUBMENU:=SecuBox Apps
|
||||||
TITLE:=SecuBox Lyrion docker app
|
TITLE:=SecuBox Lyrion docker app
|
||||||
DEPENDS:=+uci +libuci +dockerd +docker +containerd
|
DEPENDS:=+uci +libuci +dockerd +docker +containerd
|
||||||
|
|||||||
@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/secubox-app-zigbee2mqtt
|
define Package/secubox-app-zigbee2mqtt
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
|
PKGARCH:=all
|
||||||
SUBMENU:=SecuBox Apps
|
SUBMENU:=SecuBox Apps
|
||||||
TITLE:=SecuBox Zigbee2MQTT docker app
|
TITLE:=SecuBox Zigbee2MQTT docker app
|
||||||
DEPENDS:=+uci +libuci +kmod-usb-acm +bash? +dockerd +docker +containerd
|
DEPENDS:=+uci +libuci +kmod-usb-acm +bash? +dockerd +docker +containerd
|
||||||
|
|||||||
@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/secubox-app
|
define Package/secubox-app
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
|
PKGARCH:=all
|
||||||
TITLE:=SecuBox App Store CLI
|
TITLE:=SecuBox App Store CLI
|
||||||
DEPENDS:=+jsonfilter
|
DEPENDS:=+jsonfilter
|
||||||
endef
|
endef
|
||||||
|
|||||||
@ -23,7 +23,7 @@ NC='\033[0m' # No Color
|
|||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
# Available versions: 25.12.0-rc1 (default), 24.10.5 (stable LTS), 23.05.5, SNAPSHOT
|
# Available versions: 25.12.0-rc1 (default), 24.10.5 (stable LTS), 23.05.5, SNAPSHOT
|
||||||
OPENWRT_VERSION="${OPENWRT_VERSION:-25.12.0-rc1}"
|
OPENWRT_VERSION="${OPENWRT_VERSION:-24.10.5}"
|
||||||
SDK_DIR="${SDK_DIR:-./sdk}"
|
SDK_DIR="${SDK_DIR:-./sdk}"
|
||||||
BUILD_DIR="${BUILD_DIR:-./build}"
|
BUILD_DIR="${BUILD_DIR:-./build}"
|
||||||
CACHE_DIR="${CACHE_DIR:-./cache}"
|
CACHE_DIR="${CACHE_DIR:-./cache}"
|
||||||
@ -1603,7 +1603,7 @@ EXAMPLES:
|
|||||||
$0 clean-all
|
$0 clean-all
|
||||||
|
|
||||||
ENVIRONMENT VARIABLES:
|
ENVIRONMENT VARIABLES:
|
||||||
OPENWRT_VERSION OpenWrt version (default: 23.05.5)
|
OPENWRT_VERSION OpenWrt version (default: 24.10.5)
|
||||||
SDK_DIR SDK directory (default: ./sdk)
|
SDK_DIR SDK directory (default: ./sdk)
|
||||||
BUILD_DIR Build output directory (default: ./build)
|
BUILD_DIR Build output directory (default: ./build)
|
||||||
CACHE_DIR Download cache directory (default: ./cache)
|
CACHE_DIR Download cache directory (default: ./cache)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user