This patch updates the makefile of rp-pppoe to work with ppp-2.4.4. Fixes ticket #5191.
Signed-off-by: Radek Gers --- Index: net/rp-pppoe/Makefile =================================================================== --- net/rp-pppoe/Makefile (revision 16045) +++ net/rp-pppoe/Makefile (working copy) @@ -73,7 +73,8 @@ TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/src/libevent CONFIGURE_PATH := ./src -CONFIGURE_ARGS += ac_cv_path_PPPD=/usr/sbin/pppd --enable-plugin=../../ppp-2.4.3/ipkg-install/usr/include/ +CONFIGURE_ARGS += ac_cv_path_PPPD=/usr/sbin/pppd +--enable-plugin=../../ppp-2.4.4/ipkg-install/usr/include/ MAKE_FLAGS := DESTDIR="$(PKG_INSTALL_DIR)" install MAKE_PATH := ./src _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
