2019-10-20 19:12:40 +00:00
|
|
|
#
|
2020-03-11 18:55:16 +00:00
|
|
|
# Copyright (C) 2020 Ycarus (Yannick Chabanois) <ycarus@zugaina.org> for OpeenMPTCProuter
|
2019-10-20 19:12:40 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2020-03-11 18:55:16 +00:00
|
|
|
LUCI_TITLE:=LuCI Support for macvlan
|
|
|
|
LUC_PKGARCH:=all
|
|
|
|
LUCI_DEPENDS:=+kmod-macvlan +busybox +@BUSYBOX_CUSTOM +@BUSYBOX_CONFIG_VCONFIG
|
2019-10-20 19:12:40 +00:00
|
|
|
|
2020-03-11 18:55:16 +00:00
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
2019-10-20 19:12:40 +00:00
|
|
|
|
2020-03-11 18:55:16 +00:00
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|