mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-26 20:51:27 +02:00
Add OpenWRT options.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl> Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
9d299ef866
commit
23bc019a82
@ -213,6 +213,8 @@ if [ -z "$BUILD" ]; then
|
|||||||
BUILD=suse
|
BUILD=suse
|
||||||
elif [ -f /etc/arch-release ] ; then
|
elif [ -f /etc/arch-release ] ; then
|
||||||
BUILD=archlinux
|
BUILD=archlinux
|
||||||
|
elif [ -f ${CONFDIR}/openwrt_release ] ; then
|
||||||
|
BUILD=openwrt
|
||||||
else
|
else
|
||||||
BUILD=linux
|
BUILD=linux
|
||||||
fi
|
fi
|
||||||
@ -264,6 +266,9 @@ case "$HOST" in
|
|||||||
archlinux)
|
archlinux)
|
||||||
echo "Installing ArchLinux-specific configuration..."
|
echo "Installing ArchLinux-specific configuration..."
|
||||||
;;
|
;;
|
||||||
|
openwrt)
|
||||||
|
echo "Installing OpenWRT-specific configuration..."
|
||||||
|
;;
|
||||||
linux)
|
linux)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user