From f77a9849c03c30784e59f4c2a03a51263954a89a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 7 Nov 2007 13:24:10 +0000 Subject: add ppp ipv6 patch by farnz (from #2525) SVN-Revision: 9508 --- package/ppp/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/ppp/Makefile') diff --git a/package/ppp/Makefile b/package/ppp/Makefile index ee58f72e47..b8b08d8610 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -134,6 +134,8 @@ define Package/ppp/install $(INSTALL_DIR) $(1)/etc/ppp/ip-up.d $(INSTALL_BIN) ./files/etc/ppp/ip-down $(1)/etc/ppp/ $(INSTALL_DIR) $(1)/etc/ppp/ip-down.d + $(INSTALL_BIN) ./files/etc/ppp/ipv6-up $(1)/etc/ppp/ + $(INSTALL_BIN) ./files/etc/ppp/ipv6-down $(1)/etc/ppp/ $(INSTALL_DATA) ./files/etc/ppp/options $(1)/etc/ppp/ ln -sf /tmp/resolv.conf.auto $(1)/etc/ppp/resolv.conf endef -- cgit v1.2.3