mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-09 10:37:39 +08:00
12 lines
275 B
Makefile
12 lines
275 B
Makefile
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
LUCI_TITLE:=redsocks config file editor
|
||
|
LUCI_DEPENDS:=+luci-base
|
||
|
LUCI_PKGARCH:=all
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|