Prevent l2tpd from using PMTU discovery, setting the DF bit on all outgoing UDP packe...
[openwrt-10.03/.git] / package / l2tpd / Makefile
index ac80e0b09f4bcc809b022ab78db497f0fe73084c..6435f35a7d4c31b2a1a9d33357dc6b7759a0095a 100644 (file)
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=l2tpd
 PKG_VERSION:=0.70pre
 PKG_UPSTREAM_VERSION:=0.70-pre20031121
-PKG_RELEASE:=1
+PKG_RELEASE:=4.1
 PKG_MD5SUM:=3f2707b6e16a8cb72e7bf64f574202fa
 
 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/l2tpd
@@ -30,6 +30,12 @@ $(PKG_BUILD_DIR)/.built:
        touch $@
 
 $(IPKG_L2TPD):
+       install -d -m0755 $(IDIR_L2TPD)/etc/l2tpd
+       install -m0644 ./files/l2tpd.conf $(IDIR_L2TPD)/etc/l2tpd/
+       install -d -m0755 $(IDIR_L2TPD)/etc/ppp
+       install -m0644 ./files/options.l2tpd $(IDIR_L2TPD)/etc/ppp/
+       install -d -m0755 $(IDIR_L2TPD)/etc/init.d
+       install -m0755 ./files/l2tpd.init $(IDIR_L2TPD)/etc/init.d/l2tpd
        install -d -m0755 $(IDIR_L2TPD)/usr/sbin
        install -m0755 $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_L2TPD)/usr/sbin/
        $(RSTRIP) $(IDIR_L2TPD)