|
@@ -34,6 +34,8 @@ define Package/pptp/conffiles
|
|
|
/etc/ppp/options.pptp
|
|
/etc/ppp/options.pptp
|
|
|
endef
|
|
endef
|
|
|
|
|
|
|
|
|
|
+MAKE_FLAGS += OPTIMIZE="$(TARGET_CFLAGS)"
|
|
|
|
|
+
|
|
|
define Package/pptp/install
|
|
define Package/pptp/install
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
|