2016-08-14 00:36:18 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2018-06-23 16:13:38 +00:00
|
|
|
LUCI_TITLE:=Roaring Penguin PPPoE Server
|
2023-09-24 08:11:42 +00:00
|
|
|
LUCI_DEPENDS:=+luci-base +luci-compat +rp-pppoe-server
|
2016-08-14 00:36:18 +00:00
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|