+define Package/ppp/install
+ install -d -m0755 $(1)/usr/lib/pppd/$(PKG_VERSION)
+ install -d -m0755 $(1)/usr/sbin
+ install -m0755 $(PKG_INSTALL_DIR)/usr/sbin/pppd $(1)/usr/sbin/
+ install -d -m0755 $(1)/lib/network
+ install -m0755 ./files/ppp.sh $(1)/lib/network/
+ install -d -m0755 $(1)/etc/ppp
+ install -m0600 ./files/etc/ppp/chap-secrets $(1)/etc/ppp/
+ install -m0644 ./files/etc/ppp/filter $(1)/etc/ppp/
+ install -m0755 ./files/etc/ppp/ip-up $(1)/etc/ppp/
+ install -d -m0755 $(1)/etc/ppp/ip-up.d
+ install -m0755 ./files/etc/ppp/ip-down $(1)/etc/ppp/
+ install -d -m0755 $(1)/etc/ppp/ip-down.d
+ install -m0644 ./files/etc/ppp/options $(1)/etc/ppp/
+ ln -sf /tmp/resolv.conf $(1)/etc/ppp/resolv.conf
+endef
+
+define Package/ppp-mod-pppoa/install
+ install -d -m0755 $(1)/usr/lib/pppd/$(PKG_VERSION)
+ install -m0755 $(PKG_INSTALL_DIR)/usr/lib/pppd/$(PKG_VERSION)/pppoatm.so \
+ $(1)/usr/lib/pppd/$(PKG_VERSION)/
+ install -d -m0755 $(1)/lib/network
+ install -m0755 ./files/pppoa.sh $(1)/lib/network/
+endef