Compare commits

...

6 Commits

Author SHA1 Message Date
Benjamin Larsson
d60dbaa036 Update feed [ feed_inteno_packages ] package [ questd ]
-------------------------------------------------------------------------------
* f2ffd68 Fix include to make build pass on older linux versions.
-------------------------------------------------------------------------------
commit f2ffd68750343bf3fb796926691ffaad87f9f382
Author: Benjamin Larsson <benjamin@southpole.se>
Date: 2018-02-05 13:18:19 +0100

    Fix include to make build pass on older linux versions.

Base directory -> /
 bridge.c | 1 +
 1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
2018-02-05 13:26:00 +01:00
msve
49f0f166b9 questd: compile for realtek 2018-01-26 17:41:47 +01:00
msve
c027d2cabe Added iopsys_realtek symlink in targets 2018-01-26 13:36:44 +01:00
msve
e6a995a3f1 Imported realtek config into genconfig.sh 2018-01-26 12:00:01 +01:00
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
4 changed files with 17 additions and 2 deletions

View File

@@ -35,7 +35,8 @@ function feeds_update {
./scripts/feeds install -p feed_inteno_targets iopsys-brcm63xx-mips
./scripts/feeds install -p feed_inteno_targets iopsys-brcm63xx-arm
./scripts/feeds install -p feed_inteno_targets iopsys-ramips
./scripts/feeds install -p feed_inteno_targets iopsys-realtek
# install all packages
./scripts/feeds install -a

View File

@@ -17,6 +17,7 @@ function genconfig {
iopsys_brcm63xx_mips="cg300 cg301 dg150 dg150v2 dg150alv2 dg200 dg200al dg301 dg301al eg300 vg50 vox25"
iopsys_brcm63xx_arm="dg400 eg400 f104w f104 dg400prime dg400primeb 963138REF_P502"
iopsys_ramips="ex400"
iopsys_realtek="rtl8685g"
ramips="mt7621"
target="bogus"
masterconfig=1
@@ -46,6 +47,13 @@ function genconfig {
fi
done
for p in $iopsys_realtek; do
if [ $p == $profile ]; then
target="iopsys_realtek"
return
fi
done
for p in $ramips; do
if [ $p == $profile ]; then
target="ramips"

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:=f2ffd68750343bf3fb796926691ffaad87f9f382
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=http://public.inteno.se:/questd