freifunk / openwrt-packages

Freifunk specific global OpenWrt Packages
Apache License 2.0
26 stars 33 forks source link

fix building packages broken by feed-separation #13

Closed SvenRoederer closed 5 years ago

SvenRoederer commented 5 years ago

Since the feed has be split from the Luci-feed there are several packages broken, as they include the luci.mk file. This PR updates the freifunk.mk to locate the luci.mk-file and include it. So the package-makefiles get back the definitions and macros. Issue https://github.com/freifunk/openwrt-packages/issues/9 will be fixed.