lantiq: move esi calls to dsl_cpe_control scripts to fix ordering wrt. loading vr9 drivers
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47764
This commit is contained in:
parent
cc59f31e44
commit
435e7fb295
6 changed files with 6 additions and 11 deletions
|
@ -44,6 +44,8 @@ start() {
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
esi $(printf '%012X' $((1+0x$(tr -d : </sys/class/net/eth0/address))))
|
||||||
|
|
||||||
service_start /sbin/dsl_cpe_control -i${xtu} \
|
service_start /sbin/dsl_cpe_control -i${xtu} \
|
||||||
-n /sbin/dsl_notify.sh \
|
-n /sbin/dsl_notify.sh \
|
||||||
-f ${firmware}
|
-f ${firmware}
|
||||||
|
|
|
@ -26,7 +26,7 @@ define Package/ltq-vdsl-app
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Lantiq VDSL userland tool
|
TITLE:=Lantiq VDSL userland tool
|
||||||
URL:=http://www.lantiq.com/
|
URL:=http://www.lantiq.com/
|
||||||
DEPENDS:=@TARGET_lantiq_xrx200 +libpthread +librt
|
DEPENDS:=@TARGET_lantiq_xrx200 +libpthread +librt +atm-esi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ltq-vdsl-app/description
|
define Package/ltq-vdsl-app/description
|
||||||
|
|
|
@ -7,4 +7,5 @@ for mod in $LOAD; do
|
||||||
grep -q "$mod " /proc/modules || insmod "$mod"
|
grep -q "$mod " /proc/modules || insmod "$mod"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
esi $(printf '%012X' $((1+0x$(tr -d : </sys/class/net/eth0/address))))
|
||||||
exec /sbin/vdsl_cpe_control "$@"
|
exec /sbin/vdsl_cpe_control "$@"
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/sh /etc/rc.common
|
|
||||||
# Copyright (C) 2013 OpenWrt.org
|
|
||||||
|
|
||||||
START=19
|
|
||||||
start() {
|
|
||||||
esi $(printf '%012X' $((1+0x$(tr -d : </sys/class/net/eth0/address)))) 2>/dev/console || :
|
|
||||||
}
|
|
|
@ -15,8 +15,7 @@ DEFAULT_PACKAGES+=kmod-leds-gpio \
|
||||||
kmod-ltq-deu-vr9 \
|
kmod-ltq-deu-vr9 \
|
||||||
ltq-vdsl-app \
|
ltq-vdsl-app \
|
||||||
ppp-mod-pppoa \
|
ppp-mod-pppoa \
|
||||||
swconfig \
|
swconfig
|
||||||
atm-esi
|
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Lantiq XRX200
|
Lantiq XRX200
|
||||||
|
|
|
@ -5,7 +5,7 @@ FEATURES:=squashfs atm mips16 nand ubifs ramdisk
|
||||||
CPU_TYPE:=34kc
|
CPU_TYPE:=34kc
|
||||||
CPU_SUBTYPE:=dsp
|
CPU_SUBTYPE:=dsp
|
||||||
|
|
||||||
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug atm-esi
|
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Lantiq XWAY
|
Lantiq XWAY
|
||||||
|
|
Loading…
Reference in a new issue