mirror of
https://github.com/openwrt/luci
synced 2025-01-08 12:08:04 +08:00
Rework LuCI build system
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
9edd0e46c3
commit
1bb4822dca
@ -1,2 +0,0 @@
|
||||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
@ -1,4 +0,0 @@
|
||||
PO = ahcp
|
||||
|
||||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
14
applications/luci-app-ahcp/Makefile
Normal file
14
applications/luci-app-ahcp/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
||||
#
|
||||
# This is free software, licensed under the Apache License, Version 2.0 .
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI Support for AHCPd
|
||||
LUCI_DEPENDS:=+ahcpd
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
14
applications/luci-app-asterisk/Makefile
Normal file
14
applications/luci-app-asterisk/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
||||
#
|
||||
# This is free software, licensed under the Apache License, Version 2.0 .
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI Support for AHCPd
|
||||
LUCI_DEPENDS:=+ahcpd
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user