summaryrefslogtreecommitdiff
path: root/package/rp-pppoe
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-22 19:29:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-22 19:29:20 +0200
commitd279b5d1fe744cac44da7cd1b51f9ba6a2cc4647 (patch)
treebf575aca8f9ce9cf088ce3aee992fc846cd6e130 /package/rp-pppoe
parent32a82e38679501da738199135b35f93ddc8aca0a (diff)
fix libmix packages, while checking all packages make some style cleanup
Diffstat (limited to 'package/rp-pppoe')
-rw-r--r--package/rp-pppoe/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/rp-pppoe/Makefile b/package/rp-pppoe/Makefile
index 403564bb7..3c64eef20 100644
--- a/package/rp-pppoe/Makefile
+++ b/package/rp-pppoe/Makefile
@@ -31,7 +31,7 @@ CONFIGURE_ENV+= ac_cv_func_setvbuf_reversed=no \
ac_cv_linux_kernel_pppoe=yes \
ac_cv_pack_bitfields_reversed=yes
-post-install:
+pppoe-client-install:
${INSTALL_DIR} ${IDIR_PPPOE_CLIENT}/etc/ppp \
${IDIR_PPPOE_CLIENT}/usr/sbin
${INSTALL_DATA} ${WRKINST}/etc/ppp/pppoe.conf \
@@ -42,15 +42,21 @@ post-install:
${CP} ${WRKINST}/usr/sbin/pppoe-stop ${IDIR_PPPOE_CLIENT}/usr/sbin/
${CP} ${WRKINST}/usr/sbin/pppoe-status ${IDIR_PPPOE_CLIENT}/usr/sbin/
${CP} ${WRKINST}/usr/sbin/pppoe-setup ${IDIR_PPPOE_CLIENT}/usr/sbin/
+
+pppoe-relay-install:
${INSTALL_DIR} ${IDIR_PPPOE_RELAY}/usr/sbin
${INSTALL_BIN} ${WRKINST}/usr/sbin/pppoe-relay \
${IDIR_PPPOE_RELAY}/usr/sbin/
+
+pppoe-server-install:
${INSTALL_DIR} ${IDIR_PPPOE_SERVER}/etc/ppp \
${IDIR_PPPOE_SERVER}/usr/sbin
${INSTALL_DATA} ${WRKINST}/etc/ppp/pppoe-server-options \
${IDIR_PPPOE_SERVER}/etc/ppp/
${INSTALL_BIN} ${WRKINST}/usr/sbin/pppoe-server \
${IDIR_PPPOE_SERVER}/usr/sbin/
+
+pppoe-sniff-install:
${INSTALL_DIR} ${IDIR_PPPOE_SNIFF}/usr/sbin
${INSTALL_BIN} ${WRKINST}/usr/sbin/pppoe-sniff \
${IDIR_PPPOE_SNIFF}/usr/sbin/