luci-app-turboacc: fix order
This commit is contained in:
parent
196fa6609b
commit
aef54ffe68
@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
PKG_NAME:=luci-app-turboacc
|
||||||
|
PKG_VERSION:=1.0
|
||||||
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
|
PKG_LICENSE:=GPLv3.0+
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI support for Flow Offload / Shortcut-FE
|
LUCI_TITLE:=LuCI support for Flow Offload / Shortcut-FE
|
||||||
LUCI_DEPENDS:=+pdnsd-alt \
|
LUCI_DEPENDS:=+pdnsd-alt \
|
||||||
+PACKAGE_$(PKG_NAME)_INCLUDE_shortcut-fe:kmod-fast-classifier \
|
+PACKAGE_$(PKG_NAME)_INCLUDE_shortcut-fe:kmod-fast-classifier \
|
||||||
@ -13,12 +19,6 @@ LUCI_DEPENDS:=+pdnsd-alt \
|
|||||||
+PACKAGE_$(PKG_NAME)_INCLUDE_dnsforwarder:dnsforwarder
|
+PACKAGE_$(PKG_NAME)_INCLUDE_dnsforwarder:dnsforwarder
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
|
|
||||||
PKG_NAME:=luci-app-turboacc
|
|
||||||
PKG_VERSION:=1.0
|
|
||||||
PKG_RELEASE:=1
|
|
||||||
|
|
||||||
PKG_LICENSE:=GPLv3.0+
|
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/config
|
define Package/$(PKG_NAME)/config
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_shortcut-fe
|
config PACKAGE_$(PKG_NAME)_INCLUDE_shortcut-fe
|
||||||
bool "Include Shortcut-FE"
|
bool "Include Shortcut-FE"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user