|
@@ -164,9 +164,8 @@ WBMR300)
|
|
|
|
|
|
esac
|
|
esac
|
|
|
|
|
|
-if [ -n "$(ls /lib/modules/`uname -r`/ltq_atm*)" ]; then
|
|
|
|
|
|
+ls /lib/modules/$(uname -r)/ltq_atm* 1> /dev/null 2>&1 && \
|
|
ucidef_add_atm_bridge "$vpi" "$vci" "$encaps" "$payload"
|
|
ucidef_add_atm_bridge "$vpi" "$vci" "$encaps" "$payload"
|
|
-fi
|
|
|
|
|
|
|
|
if lantiq_is_vdsl_system; then
|
|
if lantiq_is_vdsl_system; then
|
|
interface_wan="ptm0"
|
|
interface_wan="ptm0"
|