mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
rp-pppoe: Add back from oldpackages with build fixes and enhanced packaging
Add back from oldpackages with fixes for build errors and UCIfication (for LuCI app submitted in a related PR (against LuCI repo)). NOTE: Untested packages have been marked with @BROKEN. This can be undone of others report success with the sniffer Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
This commit is contained in:
@@ -0,0 +1,147 @@
|
||||
#
|
||||
# Copyright (C) 2006-2016 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=rp-pppoe
|
||||
PKG_VERSION:=3.11
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Daniel Dickinson <lede@daniel.thecshore.com>
|
||||
PKG_LICENSE:=LGPL-2.0+
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://roaringpenguin.com/files/download
|
||||
PKG_MD5SUM:=13b5900c56bd602df6cc526e5e520722
|
||||
|
||||
PKG_BUILD_DEPENDS:=ppp
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/rp-pppoe/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=PPPoE (PPP over Ethernet)
|
||||
URL:=http://roaringpenguin.com/products/pppoe
|
||||
SUBMENU:=dial-in/up
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe/Default/description
|
||||
Dubbed RP-PPPoE, this open-source product is ideal for Linux users with
|
||||
a DSL "modem" whose Internet service provider uses PPPoE.
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-common
|
||||
$(call Package/rp-pppoe/Default)
|
||||
TITLE+= common
|
||||
DEPENDS:=+ppp
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-common/description
|
||||
$(call Package/rp-pppoe/Default/description)
|
||||
|
||||
This package contains files common to server and relay.
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-common/conffiles
|
||||
/etc/config/pppoe
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-relay
|
||||
$(call Package/rp-pppoe/Default)
|
||||
DEPENDS:=+rp-pppoe-common
|
||||
TITLE+= relay
|
||||
DEFAULT:=n
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-relay/description
|
||||
$(call Package/rp-pppoe/Default/description)
|
||||
|
||||
This package contains pppoe-relay.
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-relay/conffiles
|
||||
/etc/default/pppoe-relay
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-server
|
||||
$(call Package/rp-pppoe/Default)
|
||||
DEPENDS:=+rp-pppoe-common
|
||||
TITLE+= server
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-server/conffiles
|
||||
/etc/ppp/pppoe-server-options
|
||||
/etc/ppp/options
|
||||
/etc/ppp/pap-secrets
|
||||
/etc/ppp/chap-secrets
|
||||
/etc/default/pppoe-server
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-server/description
|
||||
$(call Package/rp-pppoe/Default/description)
|
||||
|
||||
This package contains pppoe-server.
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-sniff
|
||||
$(call Package/rp-pppoe/Default)
|
||||
DEPENDS:=+ppp @BROKEN
|
||||
TITLE+= sniffer
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-sniff/description
|
||||
$(call Package/rp-pppoe/Default/description)
|
||||
|
||||
This package contains pppoe-sniff.
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/src/libevent -isystem $(PKG_BUILD_DIR)/missing-headers
|
||||
CONFIGURE_PATH := ./src
|
||||
CONFIGURE_ARGS += ac_cv_path_PPPD=/usr/sbin/pppd --enable-plugin=$(STAGING_DIR)/usr/include/
|
||||
MAKE_FLAGS := DESTDIR="$(PKG_INSTALL_DIR)" install
|
||||
MAKE_PATH := ./src
|
||||
|
||||
define Build/Prepare
|
||||
mkdir -p $(PKG_BUILD_DIR)/missing-headers/net
|
||||
$(CP) ./files/ppp_defs.h $(PKG_BUILD_DIR)/missing-headers/net/
|
||||
$(call Build/Prepare/Default,$(1),$(2),$(3))
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-common/install
|
||||
$(INSTALL_DIR) $(1)/etc/config
|
||||
$(INSTALL_CONF) ./files/pppoe.config $(1)/etc/config/pppoe
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-relay/install
|
||||
$(INSTALL_DIR) $(1)/etc/init.d $(1)/etc/uci-defaults
|
||||
$(INSTALL_BIN) ./files/pppoe-relay.init $(1)/etc/init.d/pppoe-relay
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/pppoe-relay $(1)/usr/sbin/
|
||||
$(INSTALL_DATA) ./files/pppoe-relay.default $(1)/etc/uci-defaults/
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-server/install
|
||||
$(INSTALL_DIR) $(1)/etc/init.d $(1)/etc/uci-defaults
|
||||
$(INSTALL_BIN) ./files/pppoe-server.init $(1)/etc/init.d/pppoe-server
|
||||
$(INSTALL_DIR) $(1)/etc/ppp
|
||||
$(INSTALL_CONF) ./files/ppp/{options,pap-secrets,pppoe-server-options} $(1)/etc/ppp/
|
||||
$(INSTALL_DIR) $(1)/etc/ppp/plugins
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/pppoe-server $(1)/usr/sbin/
|
||||
$(CP) $(PKG_INSTALL_DIR)/etc/ppp/plugins/rp-pppoe.so $(1)/etc/ppp/plugins/
|
||||
$(INSTALL_DATA) ./files/pppoe-server.default $(1)/etc/uci-defaults/
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-sniff/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/pppoe-sniff $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,rp-pppoe-common))
|
||||
$(eval $(call BuildPackage,rp-pppoe-relay))
|
||||
$(eval $(call BuildPackage,rp-pppoe-server))
|
||||
$(eval $(call BuildPackage,rp-pppoe-sniff))
|
||||
Reference in New Issue
Block a user