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:
W. van den Akker 2017-11-14 08:47:48 +01:00 committed by Tom Eastep
parent 9d299ef866
commit 23bc019a82
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -213,6 +213,8 @@ if [ -z "$BUILD" ]; then
BUILD=suse
elif [ -f /etc/arch-release ] ; then
BUILD=archlinux
elif [ -f ${CONFDIR}/openwrt_release ] ; then
BUILD=openwrt
else
BUILD=linux
fi
@ -264,6 +266,9 @@ case "$HOST" in
archlinux)
echo "Installing ArchLinux-specific configuration..."
;;
openwrt)
echo "Installing OpenWRT-specific configuration..."
;;
linux)
;;
*)