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>
pull/286/head
Jo-Philipp Wich 2014-12-03 15:17:05 +01:00
parent 9edd0e46c3
commit 1bb4822dca
2320 changed files with 10786 additions and 5555 deletions

View File

@ -1,2 +0,0 @@
include ../../build/config.mk
include ../../build/module.mk

View File

@ -1,4 +0,0 @@
PO = ahcp
include ../../build/config.mk
include ../../build/module.mk

View 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

View 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