mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-09 04:57:28 +08:00
luci-compat: add null package
This commit is contained in:
parent
17f820084d
commit
11e0bf86aa
19
modules/luci-compat/Makefile
Normal file
19
modules/luci-compat/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
#
|
||||
# Copyright (C) 2019 Jo-Philipp Wich <jo@mein.io>
|
||||
#
|
||||
# This is free software, licensed under the Apache License, Version 2.0 .
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-compat
|
||||
|
||||
LUCI_TYPE:=mod
|
||||
LUCI_BASENAME:=compat
|
||||
|
||||
LUCI_TITLE:=LuCI compatibility libraries
|
||||
LUCI_DEPENDS:=+luci-base
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
Loading…
Reference in New Issue
Block a user