allow the user to override the lcp echo interval in ppp network configurations
[openwrt.git] / package / ppp / Makefile
index a42af41..64351a5 100644 (file)
@@ -87,7 +87,7 @@ define Build/Compile
        rm -rf $(PKG_INSTALL_DIR)
        mkdir -p $(PKG_INSTALL_DIR)/usr
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               CC="$(TARGET_CC)" \
+               $(TARGET_CONFIGURE_OPTS) \
                COPTS="$(TARGET_CFLAGS)" \
                PRECOMPILED_FILTER=1 \
                STAGING_DIR="$(STAGING_DIR)" \
This page took 0.037295 seconds and 4 git commands to generate.