[openwrt/openwrt] ppp: clean up makefile
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 12 07:06:42 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/eb05baff7fb330de43632d638c34ba544f472935
commit eb05baff7fb330de43632d638c34ba544f472935
Author: Shiji Yang <yangshiji66 at qq.com>
AuthorDate: Sat Oct 5 12:22:12 2024 +0800
ppp: clean up makefile
The latest ppp version seems to no longer require these ancient
build fixes.
Signed-off-by: Shiji Yang <yangshiji66 at qq.com>
Link: https://github.com/openwrt/openwrt/pull/16605
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/network/services/ppp/Makefile | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile
index 878c4fc481..5f1ebd4e7d 100644
--- a/package/network/services/ppp/Makefile
+++ b/package/network/services/ppp/Makefile
@@ -184,37 +184,11 @@ This tool performs the same discovery process as pppoe, but does
not initiate a session. Can be useful to debug pppoe.
endef
-
-define Build/Configure
-$(call Build/Configure/Default,, \
- UNAME_S="Linux" \
- UNAME_R="$(LINUX_VERSION)" \
- UNAME_M="$(ARCH)" \
-)
- mkdir -p $(PKG_BUILD_DIR)/pppd/plugins/pppoatm/linux
- $(CP) \
- $(LINUX_DIR)/include/linux/compiler.h \
- $(LINUX_DIR)/include/$(LINUX_UAPI_DIR)linux/atm*.h \
- $(PKG_BUILD_DIR)/pppd/plugins/pppoatm/linux/
-
- # Kernel 4.14.9+ only, ignore the exit status of cp in case the file
- # doesn't exits
- -$(CP) $(LINUX_DIR)/include/linux/compiler_types.h \
- $(PKG_BUILD_DIR)/pppd/plugins/pppoatm/linux/
-endef
-
-MAKE_FLAGS += COPTS="$(TARGET_CFLAGS)" \
- STAGING_DIR="$(STAGING_DIR)"
-
ifeq ($(BUILD_VARIANT),multilink)
CONFIGURE_VARS += \
enable_multilink=yes
endif
-ifdef CONFIG_USE_MUSL
- MAKE_FLAGS += USE_LIBUTIL=
-endif
-
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/pppd $(1)/usr/include/
More information about the lede-commits
mailing list