1 include $(TOPDIR
)/rules.mk
6 USELOCAL
:=$(shell grep luci ..
/..
/..
/.project
2>/dev
/null
>/dev
/null
&& echo
1)
17 PKG_SOURCE_URL
:=http
://svn.luci.subsignal.org
/luci
/$(PKG_BRANCH
)
19 PKG_REV
:=$(shell LC_ALL
=C svn
info $(CURDIR
) | sed
-ne
's/^Revision: //p')
20 PKG_VERSION
:=0.10+svn
$(PKG_REV
)
22 PKG_SOURCE_SUBDIR
:=$(PKG_NAME
)-$(PKG_VERSION
)
23 PKG_SOURCE
:=$(PKG_SOURCE_SUBDIR
).
tar.gz
25 PKG_SOURCE_VERSION
:=$(PKG_REV
)
28 PKG_BUILD_DEPENDS
:=$(if
$(STAGING_DIR_ROOT
),lua
/host
)
29 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)-$(PKG_VERSION
)
30 PKG_INSTALL_DIR
:=$(PKG_BUILD_DIR
)/ipkg-install
35 LUCI_SELECTED_MODULES
:=
37 ifeq ($(BOARD
),brcm-2.4
)
38 MAKE_FLAGS
+= CRAP
="1"
42 include $(INCLUDE_DIR
)/package.mk
46 mkdir
-p
$(PKG_BUILD_DIR
)
47 $(TAR
) c
-C ..
/..
/..
/ . \
48 --exclude
=.
pc --exclude
=.svn
--exclude
=.git \
49 --exclude
='boa-0*' --exclude
='*.o' --exclude
='*.so' \
51 tar x
-C
$(PKG_BUILD_DIR
)/
55 define Build
/Configure
59 MODULES
="$(LUCI_SELECTED_MODULES)" \
60 LUA_TARGET
="$(LUA_TARGET)" \
61 LUA_SHLIBS
="-llua -lm -ldl -lcrypt" \
62 CFLAGS
="$(TARGET_CFLAGS) $(LUCI_CFLAGS) -I$(STAGING_DIR)/usr/include" \
63 LDFLAGS
="$(TARGET_LDFLAGS) -L$(STAGING_DIR)/usr/lib" \
64 NIXIO_TLS
="$(NIXIO_TLS)" OS
="Linux"
68 define Package
/luci
/install/template
69 $(CP
) -a
$(PKG_BUILD_DIR
)/$(2)/dist/* $(1)/ -R
70 $(CP
) -a
$(PKG_BUILD_DIR
)/$(2)/ipkg
/* $(1)/CONTROL
/ 2>/dev
/null || true
75 define Package
/luci-lib-core
78 TITLE
:=LuCI
- Lua Configuration Interface
79 URL
:=http
://luci.subsignal.org
/
80 MAINTAINER
:=LuCI Development Team
<luci@lists.subsignal.org
>
82 DEPENDS
:=+lua
+libuci-lua
83 TITLE
:=LuCI core libraries
86 define Package
/luci-lib-core
/install
87 $(call Package
/luci
/install/template
,$(1),libs
/core
)
88 $(PKG_BUILD_DIR
)/build
/mkversion.sh
$(1)/usr
/lib
/lua
/luci
/version.lua \
95 define Package
/luci-lib-core
/config
98 default PACKAGE_luci-lib-core_source
100 config PACKAGE_luci-lib-core_compile
103 config PACKAGE_luci-lib-core_stripped
106 config PACKAGE_luci-lib-core_source
112 ifneq ($(CONFIG_PACKAGE_luci-lib-core_compile
),)
116 ifneq ($(CONFIG_PACKAGE_luci-lib-core_stripped
),)
120 ifneq ($(CONFIG_PACKAGE_luci-lib-core_zipped
),)
124 ifneq ($(CONFIG_PACKAGE_luci-lib-core
),)
125 LUCI_SELECTED_MODULES
+=libs
/core
128 LUCI_BUILD_PACKAGES
+= luci-lib-core
133 define Package
/luci-lib-
$(1)
136 TITLE
:=LuCI
- Lua Configuration Interface
137 URL
:=http
://luci.subsignal.org
/
138 MAINTAINER
:=LuCI Development Team
<luci@lists.subsignal.org
>
140 TITLE
:=$(if
$(2),$(2),LuCI
$(1) library
)
141 $(if
$(3),DEPENDS
:=+luci-lib-core
$(3))
144 define Package
/luci-lib-
$(1)/install
145 $(call Package
/luci
/install/template
,$$(1),libs
/$(1))
146 $(call Package
/luci-lib-
$(1)/extra-install
)
149 ifneq ($(CONFIG_PACKAGE_luci-lib-
$(1)),)
150 LUCI_SELECTED_MODULES
+=libs
/$(1)
153 LUCI_BUILD_PACKAGES
+= luci-lib-
$(1)
156 define Package
/luci-lib-web
/conffiles
160 define Package
/luci-lib-nixio
/config
162 prompt
"TLS Provider"
163 default PACKAGE_luci-lib-nixio_notls
165 config PACKAGE_luci-lib-nixio_notls
168 config PACKAGE_luci-lib-nixio_axtls
169 bool
"Builtin (axTLS)"
171 config PACKAGE_luci-lib-nixio_cyassl
173 select PACKAGE_libcyassl
175 config PACKAGE_luci-lib-nixio_openssl
177 select PACKAGE_libopenssl
184 ifneq ($(CONFIG_PACKAGE_luci-lib-nixio_axtls
),)
188 ifneq ($(CONFIG_PACKAGE_luci-lib-nixio_openssl
),)
192 ifneq ($(CONFIG_PACKAGE_luci-lib-nixio_cyassl
),)
194 LUCI_CFLAGS
+=-I
$(STAGING_DIR
)/usr
/include/cyassl
198 $(eval
$(call library
,fastindex
,Fastindex indexing module
))
199 $(eval
$(call library
,httpclient
,HTTP
(S
) client library
,+luci-lib-web
+luci-lib-nixio
))
200 $(eval
$(call library
,ipkg
,LuCI IPKG
/OPKG call abstraction library
))
201 $(eval
$(call library
,json
,LuCI JSON library
))
202 $(eval
$(call library
,lmo
,LuCI LMO I18N library
))
203 $(eval
$(call library
,lucid
,LuCId Full-Stack Webserver
,+luci-lib-nixio
+luci-lib-web
+luci-lib-px5g
))
204 $(eval
$(call library
,lucid-http
,LuCId HTTP Backend
,+luci-lib-lucid
))
205 $(eval
$(call library
,lucid-rpc
,LuCId RPC Backend
,+luci-lib-lucid
))
206 $(eval
$(call library
,nixio
,NIXIO POSIX library
,+PACKAGE_luci-lib-nixio_openssl
:libopenssl
+PACKAGE_luci-lib-nixio_cyassl
:libcyassl
))
207 $(eval
$(call library
,px5g
,RSA
/X
.509 Key Generator
(required for LuCId SSL support
),+luci-lib-nixio
))
208 $(eval
$(call library
,sys
,LuCI Linux
/POSIX system library
))
209 $(eval
$(call library
,web
,MVC Webframework
,+luci-lib-sys
+luci-lib-nixio
+luci-lib-core
+luci-sgi-cgi
+luci-lib-lmo
))
212 ### Community Packages ###
213 define Package
/luci-mod-freifunk-community
216 TITLE
:=LuCI
- Lua Configuration Interface
217 URL
:=http
://luci.subsignal.org
/
218 MAINTAINER
:=LuCI Development Team
<luci@lists.subsignal.org
>
220 TITLE
:=Freifunk Community Meta-Package
222 +luci-lib-web
+luci-app-splash \
223 +luci-app-ffwizard-leipzig \
225 +PACKAGE_luci-mod-freifunk-community
:olsrd
+PACKAGE_luci-mod-freifunk-community
:olsrd-mod-dyn-gw-plain \
226 +PACKAGE_luci-mod-freifunk-community
:olsrd-mod-txtinfo
+PACKAGE_luci-mod-freifunk-community
:olsrd-mod-nameservice \
227 +PACKAGE_luci-mod-freifunk-community
:olsrd-mod-watchdog
+PACKAGE_luci-mod-freifunk-community
:kmod-tun \
228 +PACKAGE_luci-mod-freifunk-community
:ip
+PACKAGE_luci-mod-freifunk-community
:freifunk-watchdog
+luci-app-olsr
231 define Package
/luci-mod-freifunk-community
/install
232 $(call Package
/luci
/install/template
,$(1),applications
/freifunk-community
)
235 ifneq ($(CONFIG_PACKAGE_luci-mod-freifunk-community
),)
236 LUCI_SELECTED_MODULES
+=applications
/freifunk-community
239 LUCI_BUILD_PACKAGES
+= luci-mod-freifunk-community
244 define Package
/luci-mod-
$(1)
247 TITLE
:=LuCI
- Lua Configuration Interface
248 URL
:=http
://luci.subsignal.org
/
249 MAINTAINER
:=LuCI Development Team
<luci@lists.subsignal.org
>
251 TITLE
:=$(if
$(2),$(2),LuCI
$(1) module
)
252 $(if
$(3),DEPENDS
+=$(3))
255 define Package
/luci-mod-
$(1)/install
256 $(call Package
/luci
/install/template
,$$(1),modules
/$(1))
257 $(call Package
/luci-mod-
$(1)/extra-install
)
260 ifneq ($(CONFIG_PACKAGE_luci-mod-
$(1)),)
261 LUCI_SELECTED_MODULES
+=modules
/$(1)
264 LUCI_BUILD_PACKAGES
+= luci-mod-
$(1)
268 define Package
/luci-mod-admin-core
/extra-install
269 touch
$(1)/etc
/init.d
/luci_fixtime || true
272 define Package
/luci-mod-freifunk
/conffiles
276 $(eval
$(call module
,admin-core
,Web UI Core module
,+luci-lib-web
+luci-i18n-english
))
277 $(eval
$(call module
,admin-mini
,LuCI Essentials
- stripped down and user-friendly
,+luci-mod-admin-core @BROKEN
))
278 $(eval
$(call module
,admin-full
,LuCI Administration
- full-featured for full control
,+luci-mod-admin-core
+luci-lib-ipkg
))
279 $(eval
$(call module
,rpc
,LuCI RPC
- JSON-RPC API
,+luci-lib-json
))
280 $(eval
$(call module
,freifunk
,LuCI Freifunk module
,+luci-mod-admin-full
+luci-lib-json
+PACKAGE_luci-mod-freifunk
:freifunk-firewall
))
281 $(eval
$(call module
,niu
,NIU
- Next Generation Interface
,+luci-mod-admin-core @BROKEN
))
286 define Package
/luci-app-
$(1)
289 TITLE
:=LuCI
- Lua Configuration Interface
290 URL
:=http
://luci.subsignal.org
/
291 MAINTAINER
:=LuCI Development Team
<luci@lists.subsignal.org
>
292 SUBMENU
:=Applications
293 TITLE
:=$(if
$(2),$(2),LuCI
$(1) application
)
294 DEPENDS
:=+luci-mod-admin-core
$(3)
297 define Package
/luci-app-
$(1)/install
298 $(call Package
/luci
/install/template
,$$(1),applications
/luci-
$(1))
301 ifneq ($(CONFIG_PACKAGE_luci-app-
$(1)),)
302 LUCI_SELECTED_MODULES
+=applications
/luci-
$(1)
305 LUCI_BUILD_PACKAGES
+= luci-app-
$(1)
308 define Package
/luci-app-splash
/conffiles
309 /etc
/config
/luci_splash
310 /usr
/lib
/luci-splash
/splashtext.html
313 define Package
/luci-app-statistics
/conffiles
314 /etc
/config
/luci_statistics
317 define Package
/luci-app-diag-devinfo
/conffiles
318 /etc
/config
/luci_devinfo
322 $(eval
$(call application
,ffwizard-leipzig
,Freifunk Leipzig configuration wizard
))
324 $(eval
$(call application
,siitwizard
,SIIT IPv4-over-IPv6 configuration wizard
,\
325 +PACKAGE_luci-app-siitwizard
:kmod-siit
))
327 $(eval
$(call application
,firewall
,Firmware and Portforwarding application
,\
328 +PACKAGE_luci-app-firewall
:firewall
))
330 $(eval
$(call application
,olsr
,OLSR configuration and status module
,\
331 +luci-mod-admin-full
+PACKAGE_luci-app-olsr
:olsrd
+PACKAGE_luci-app-olsr
:olsrd-mod-txtinfo
))
333 $(eval
$(call application
,olsr-viz
,OLSR Visualisation
,\
334 +PACKAGE_luci-app-olsr-viz
:luci-app-olsr
+PACKAGE_luci-app-olsr-viz
:olsrd-mod-txtinfo
))
336 $(eval
$(call application
,qos
,Quality of Service configuration module
,\
337 +PACKAGE_luci-app-qos
:qos-scripts
))
339 $(eval
$(call application
,splash
,Freifunk DHCP-Splash application
,\
340 +luci-lib-nixio
+PACKAGE_luci-app-splash
:tc \
341 +PACKAGE_luci-app-splash
:kmod-sched
+PACKAGE_luci-app-splash
:iptables-mod-nat-extra \
342 +PACKAGE_luci-app-splash
:iptables-mod-ipopt
))
344 $(eval
$(call application
,statistics
,LuCI Statistics Application
,\
345 +luci-mod-admin-full
+PACKAGE_luci-app-statistics
:collectd \
346 +PACKAGE_luci-app-statistics
:rrdtool1 \
347 +PACKAGE_luci-app-statistics
:collectd-mod-rrdtool \
348 +PACKAGE_luci-app-statistics
:collectd-mod-wireless \
349 +PACKAGE_luci-app-statistics
:collectd-mod-interface \
350 +PACKAGE_luci-app-statistics
:collectd-mod-load
))
353 $(eval
$(call application
,diag-core
,LuCI Diagnostics Tools
(Core
)))
355 $(eval
$(call application
,diag-devinfo
,LuCI Diagnostics Tools
(Device Info
),\
356 +luci-app-diag-core \
357 +PACKAGE_luci-app-diag-devinfo
:smap \
358 +PACKAGE_luci-app-diag-devinfo
:netdiscover \
359 +PACKAGE_luci-app-diag-devinfo
:mac-to-devinfo \
360 +PACKAGE_luci-app-diag-devinfo
:httping \
361 +PACKAGE_luci-app-diag-devinfo
:smap-to-devinfo \
362 +PACKAGE_luci-app-diag-devinfo
:netdiscover-to-devinfo
))
364 $(eval
$(call application
,voice-core
,LuCI Voice Software
(Core
)))
366 $(eval
$(call application
,voice-diag
,LuCI Voice Software
(Diagnostics
),\
367 +luci-app-voice-core
+luci-app-diag-devinfo
))
369 $(eval
$(call application
,upnp
,Universal Plug
& Play configuration module
,\
370 +PACKAGE_luci-app-upnp
:miniupnpd
))
372 $(eval
$(call application
,ntpc
,NTP time synchronisation configuration module
,\
373 +PACKAGE_luci-app-ntpc
:ntpclient
))
375 $(eval
$(call application
,ddns
,Dynamic DNS configuration module
,\
376 +PACKAGE_luci-app-ddns
:ddns-scripts
))
378 $(eval
$(call application
,samba
,Network Shares
- Samba SMB
/CIFS module
,\
379 +luci-mod-admin-full
+PACKAGE_luci-app-samba
:samba3
))
381 $(eval
$(call application
,mmc-over-gpio
,MMC-over-GPIO configuration module
,\
382 +luci-mod-admin-full
+PACKAGE_luci-app-mmc-over-gpio
:kmod-mmc-over-gpio
))
384 $(eval
$(call application
,p910nd
,p910nd
- Printer server module
,\
385 +luci-mod-admin-full
+PACKAGE_luci-app-p910nd
:p910nd
))
387 $(eval
$(call application
,ushare
,uShare
- UPnP A
/V
& DLNA Media Server
,\
388 +luci-mod-admin-full
+PACKAGE_luci-app-ushare
:ushare
))
390 $(eval
$(call application
,hd-idle
,Hard Disk Idle Spin-Down module
,\
391 +luci-mod-admin-full
+PACKAGE_luci-app-hd-idle
:hd-idle
))
393 $(eval
$(call application
,tinyproxy
,Tinyproxy
- HTTP
(S
)-Proxy configuration
,\
394 +luci-mod-admin-full
+PACKAGE_luci-app-tinyproxy
:tinyproxy
))
396 $(eval
$(call application
,initmgr
,LuCI Initscript Management
,\
397 +luci-mod-admin-full
))
399 $(eval
$(call application
,polipo
,LuCI Support for the Polipo Proxy
,\
400 +PACKAGE_luci-app-polipo
:polipo
))
402 $(eval
$(call application
,openvpn
,LuCI Support for OpenVPN
,\
403 +PACKAGE_luci-app-openvpn
:openvpn
))
405 $(eval
$(call application
,p2pblock
,LuCI Support for the Freifunk P2P-Block addon
,\
406 +luci-app-firewall
+PACKAGE_luci-app-p2pblock
:freifunk-p2pblock
))
408 $(eval
$(call application
,multiwan
,LuCI Support for the OpenWrt MultiWAN agent
,\
409 +luci-app-firewall
+PACKAGE_luci-app-multiwan
:multiwan
))
411 $(eval
$(call application
,wol
,LuCI Support for Wake-on-LAN
,\
412 +PACKAGE_luci-app-wol
:etherwake
))
414 $(eval
$(call application
,vnstat
,LuCI Support for VnStat
,\
415 +PACKAGE_luci-app-vnstat
:vnstat \
416 +PACKAGE_luci-app-vnstat
:vnstati
))
418 $(eval
$(call application
,radvd
,LuCI Support for Radvd
,\
419 +luci-mod-admin-full
+PACKAGE_luci-app-radvd
:radvd
))
421 $(eval
$(call application
,lqtapifoss
,Lantiq voip
))
423 ### Server Gateway Interfaces ###
425 define Package
/luci-sgi-
$(1)
428 TITLE
:=LuCI
- Lua Configuration Interface
429 URL
:=http
://luci.subsignal.org
/
430 MAINTAINER
:=LuCI Development Team
<luci@lists.subsignal.org
>
431 SUBMENU
:=Server Interfaces
432 TITLE
:=$(if
$(2),$(2),LuCI
$(1) server gateway interface
)
433 $(if
$(3),DEPENDS
:=$(3))
436 define Package
/luci-sgi-
$(1)/install
437 $(call Package
/luci
/install/template
,$$(1),libs
/sgi-
$(1))
440 ifneq ($(CONFIG_PACKAGE_luci-sgi-
$(1)),)
441 LUCI_SELECTED_MODULES
+=libs
/sgi-
$(1)
444 LUCI_BUILD_PACKAGES
+= luci-sgi-
$(1)
447 $(eval
$(call sgi
,cgi
,CGI Gateway behind existing Webserver
))
448 $(eval
$(call sgi
,uhttpd
,Binding for the uHTTPd server
,+uhttpd
+uhttpd-mod-lua
))
453 define Package
/luci-theme-
$(1)
456 TITLE
:=LuCI
- Lua Configuration Interface
457 URL
:=http
://luci.subsignal.org
/
459 TITLE
:=$(if
$(2),$(2),LuCI
$(1) theme
)
460 MAINTAINER
:=$(if
$(3),$(3),LuCI Development Team
<luci@lists.subsignal.org
>)
461 DEPENDS
:=$(if
$(filter-out base
,$(1)),+luci-theme-base
) $(4)
462 $(if
$(5),DEFAULT
:=PACKAGE_luci-lib-core
)
465 define Package
/luci-theme-
$(1)/install
466 $(call Package
/luci
/install/template
,$$(1),themes
/$(1))
469 ifneq ($(CONFIG_PACKAGE_luci-theme-
$(1)),)
470 LUCI_SELECTED_MODULES
+=themes
/$(1)
473 LUCI_BUILD_PACKAGES
+= luci-theme-
$(1)
476 $(eval
$(call theme
,base
,Common base for
all themes
,,+luci-lib-web
))
477 $(eval
$(call theme
,openwrt
,OpenWrt.org
(default
),,,1))
478 $(eval
$(call theme
,fledermaus
,Fledermaus Theme
))
480 $(eval
$(call theme
,freifunk
,alternative Freifunk Theme
,\
481 Stefan Pirwitz
<stefan-at-freifunk-bno-dot-de
>))
483 $(eval
$(call theme
,freifunk-bno
,Freifunk Berlin Nordost Theme
,\
484 Stefan Pirwitz
<stefan-at-freifunk-bno-dot-de
>))
486 $(eval
$(call theme
,freifunk-hannover
,Freifunk Hannover Theme
,\
487 Mikolas Bingemer
<mickey-at-freifunk-hannover-dot-de
>))
489 $(eval
$(call theme
,freifunk-generic
,Freifunk Generic Theme
,\
490 Manuel Munz
<freifunk-at-somakoma-dot-de
>))
494 define Package
/luci-i18n-
$(1)
497 TITLE
:=LuCI
- Lua Configuration Interface
498 URL
:=http
://luci.subsignal.org
/
499 MAINTAINER
:=LuCI Development Team
<luci@lists.subsignal.org
>
500 SUBMENU
:=Translations
501 TITLE
:=$(if
$(2),$(2),$(1))
504 define Package
/luci-i18n-
$(1)/install
505 $(call Package
/luci
/install/template
,$$(1),i18n
/$(1))
508 ifneq ($(CONFIG_PACKAGE_luci-i18n-
$(1)),)
509 LUCI_SELECTED_MODULES
+=i18n
/$(1)
512 LUCI_BUILD_PACKAGES
+= luci-i18n-
$(1)
515 $(eval
$(call translation
,german
,German
))
516 $(eval
$(call translation
,english
,English
))
517 $(eval
$(call translation
,french
,French
(by Florian Fainelli
)))
518 $(eval
$(call translation
,italian
,Italian
(by Matteo Croce
)))
519 $(eval
$(call translation
,russian
,Russian
(by Skryabin Dmitry
)))
520 $(eval
$(call translation
,portuguese_brazilian
,Portuguese
(Brazilian
) (by Carlos Cesario
)))
521 $(eval
$(call translation
,japanese
,Japanese
(by Tsukasa Hamano
)))
522 $(eval
$(call translation
,greek
,Greek
(by Vasilis Tsiligiannis
)))
523 $(eval
$(call translation
,catalan
,Catalan
(by Eduard Duran
)))
524 $(eval
$(call translation
,portuguese
,Portuguese
(by Jose Monteiro
)))
525 $(eval
$(call translation
,spanish
,Spanish
(by Guillermo Javier Nardoni
)))
526 $(eval
$(call translation
,vietnamese
,Vietnamese
(by Hong Phuc Dang
)))
527 $(eval
$(call translation
,malay
,Malay
(by Teow Wai Chet
)))
528 $(eval
$(call translation
,norwegian
,Norwegian
(by Lars Hardy
)))
533 define Package
/luci
$(if
$(1),-$(1))
536 TITLE
:=LuCI
- Lua Configuration Interface
537 URL
:=http
://luci.subsignal.org
/
538 MAINTAINER
:=LuCI Development Team
<luci@lists.subsignal.org
>
540 TITLE
:=$(if
$(2),$(2),LuCI
$(if
$(1),$(1),general
) collection
)
541 $(if
$(3),DEPENDS
:=$(3))
544 define Package
/luci
$(if
$(1),-$(1))/install
548 LUCI_BUILD_PACKAGES
+= luci
$(if
$(1),-$(1))
551 $(eval
$(call collection
,,\
552 Standard OpenWrt set including full and mini admin and the standard theme
,\
553 +uhttpd
+luci-mod-admin-full
+luci-theme-openwrt
+luci-app-firewall \
554 +luci-app-initmgr
+libiwinfo
))
556 $(eval
$(call collection
,ssl
,\
557 Standard OpenWrt set with HTTPS support
,\
558 +uhttpd
+uhttpd-mod-tls
+px5g
+luci-mod-admin-full
+luci-theme-openwrt \
559 +luci-app-firewall
+luci-app-initmgr
+libiwinfo
))
561 $(eval
$(call collection
,light
,\
562 Minimum package set using only admin mini and the standard theme
,\
563 +uhttpd
+luci-mod-admin-mini
+luci-theme-openwrt @BROKEN
))
567 PKG_CONFIG_DEPENDS
=$(patsubst %,CONFIG_PACKAGE_
%,$(LUCI_BUILD_PACKAGES
))
568 $(foreach b
,$(LUCI_BUILD_PACKAGES
),$(eval
$(call BuildPackage
,$(b
))))