diff --git a/package/secubox/luci-app-secubox-admin/Makefile b/package/secubox/luci-app-secubox-admin/Makefile index 3e595ec4..6a51994f 100644 --- a/package/secubox/luci-app-secubox-admin/Makefile +++ b/package/secubox/luci-app-secubox-admin/Makefile @@ -1,12 +1,18 @@ -include $(TOPDIR)/feeds/luci/luci.mk +include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-secubox-admin PKG_VERSION:=1.0.0 PKG_RELEASE:=2 -PKG_ARCH:=all +PKG_LICENSE:=MIT +PKG_MAINTAINER:=CyberMind LUCI_TITLE:=LuCI SecuBox Admin Control Center LUCI_DEPENDS:=+luci-base +luci-app-secubox +rpcd +secubox-core LUCI_DESCRIPTION:=Unified admin control center for SecuBox appstore plugins with system monitoring +LUCI_PKGARCH:=all # This is free software, licensed under the MIT License + +include $(TOPDIR)/feeds/luci/luci.mk + +# call BuildPackage - OpenWrt buildroot diff --git a/secubox-tools/local-build.sh b/secubox-tools/local-build.sh index 2e4a7f8f..2a7d3d35 100755 --- a/secubox-tools/local-build.sh +++ b/secubox-tools/local-build.sh @@ -529,7 +529,7 @@ LUCI_MK rm -f feeds/telephony.index feeds/routing.index 2>/dev/null || true rm -rf feeds/telephony feeds/routing 2>/dev/null || true - make defconfig + make defconfig 2>/dev/null cd - > /dev/null @@ -779,7 +779,7 @@ configure_packages() { echo "CONFIG_FEED_packages=y" >> .config echo "CONFIG_FEED_luci=y" >> .config - make defconfig + make defconfig 2>/dev/null cd - > /dev/null @@ -1275,7 +1275,7 @@ EOF esac # Run defconfig - make defconfig + make defconfig 2>/dev/null cd - > /dev/null