small changes to make it work with openwrt 22.03.0-rc3

This commit is contained in:
Attila Lendvai
2022-06-03 21:54:21 +02:00
parent 41a0a93fde
commit 5efa008e3b
2 changed files with 5 additions and 5 deletions

View File

@@ -30,12 +30,12 @@ installPackages()
# CUSTOMIZE
# install some more packages that don't need any extra steps
opkg install lua luci ppp-mod-pppoe screen mc zip unzip logrotate
opkg install lua luci ppp-mod-pppoe screen mc unzip logrotate
# this is needed for the vlans on tp-link 3020 with only a single hw ethernet port
opkg install kmod-macvlan ip
# just in case if we were run in a firmware that didn't already had luci
# just in case if we were run in a firmware that didn't already have luci
/etc/init.d/uhttpd enable
}