Opennet Firmware
olsrd_del_pud.patch
gehe zur Dokumentation dieser Datei
1Do not compile pud plugin because it uses gpsd and there are often compiling errors. We never need this plugin.
2Index: on_firmware/routing/olsrd/Makefile
3===================================================================
4--- on_firmware.orig/routing/olsrd/Makefile
5+++ on_firmware/routing/olsrd/Makefile
6@@ -193,7 +193,7 @@ MAKE_FLAGS+= \
7 DESTDIR="$(PKG_INSTALL_DIR)" \
8 STRIP="true" \
9 INSTALL_LIB="true" \
10- SUBDIRS="arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo filtergw jsoninfo netjson mdns nameservice ondataservice_light p2pd pgraph pud quagga secure sgwdynspeed txtinfo watchdog"
11+ SUBDIRS="arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo filtergw jsoninfo netjson mdns nameservice ondataservice_light p2pd pgraph quagga secure sgwdynspeed txtinfo watchdog"
12
13 define Build/Compile
14 $(call Build/Compile/Default,all)