mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-08 13:37:28 +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
|