You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
645 B

  1. Index: shorewall6-5.1.4.1/install.sh
  2. ===================================================================
  3. --- shorewall6-5.1.4.1.orig/install.sh 2017-05-26 17:39:12.000000000 +0200
  4. +++ shorewall6-5.1.4.1/install.sh 2017-06-06 21:22:46.124285327 +0200
  5. @@ -213,6 +213,8 @@
  6. BUILD=suse
  7. elif [ -f /etc/arch-release ] ; then
  8. BUILD=archlinux
  9. + elif [ -f ${CONFDIR}/openwrt_release ] ; then
  10. + BUILD=openwrt
  11. else
  12. BUILD=linux
  13. fi
  14. @@ -264,6 +266,9 @@
  15. archlinux)
  16. echo "Installing ArchLinux-specific configuration..."
  17. ;;
  18. + openwrt)
  19. + echo "Installing OpenWRT-specific configuration..."
  20. + ;;
  21. linux)
  22. ;;
  23. *)