Compare commits

...

2 Commits

Author SHA1 Message Date
Reidar Cederqvist
9f5683d8c8 10-switch: fix for EG300 wan port ref #13048 2017-10-13 10:36:58 +02:00
Sukru Senli
96fb53be0b questd updated 2017-10-13 10:27:30 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
. /lib/network/config.sh
# FIX: for EG300 WAN port for release 3.13.1 - 4.x
if [ "$INTERFACE" == "eth2" ]; then
touch /var/update.eth2
fi
# end FIX
addif() {
# check if wan had a event and start all related services
wan=`uci -q get layer2_interface_ethernet.Wan.baseifname`

View File

@@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=questd
PKG_VERSION:=3.1.38
PKG_SOURCE_VERSION:=7964428754135891ce3a88c0ad6f8c44033dfb0e
PKG_SOURCE_VERSION:=945be064408d5c6c1f1dfd34453d81657b8e1b87
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=http://public.inteno.se:/questd