mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Enable lua and some other things
This commit is contained in:
parent
8c88e87cfd
commit
bd574d4ded
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ addbrcmvlan ()
|
|||
echo "first ret=$ret"
|
||||
if [ "$ret" -eq 0 ]; then
|
||||
ifconfig $baseifname up
|
||||
echo "vlanctl --if-create $ifname"
|
||||
echo "vlanctl --if-create $ifname" > /dev/console
|
||||
if [ "$bridge" -eq 1 ]; then
|
||||
vlanctl --if-create $baseifname $vlan8021q
|
||||
vlanctl --if $baseifname --set-if-mode-rg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue