ophub / amlogic-s9xxx-openwrt

Support for OpenWrt in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
1.93k stars 1.7k forks source link

23.03.0-rc2 #447

Closed esaaprillia closed 1 year ago

esaaprillia commented 1 year ago

@ophub

please add armsr already released

https://downloads.openwrt.org/releases/23.05.0-rc2/targets/armsr/armv8/

ophub commented 1 year ago

rc1-rc5 is beta

esaaprillia commented 1 year ago

rc1-rc5 is beta

yes i know that but it needs to be added urgently. replace the armvirt target with armsr and it will be a different target and I see that the armsr target must be separated from armvirt

Link-ee commented 1 year ago

immortal fw4 装上之后 防火墙设置里不显示 fullcone nat1的选项

ophub commented 1 year ago

https://github.com/ophub/amlogic-s9xxx-openwrt/commit/677d60db60523aadbed985cc2ad8a886f6e6c040

添加这个测试版选项了。

esaaprillia commented 1 year ago

@ophub Thanks

esaaprillia commented 1 year ago

@ophub

[ STEPS ] Start adding custom files...
[ INFO ] [ files ] directory status: total 4
drwxr-xr-x 3 runner docker 4096 Jun 29 19:25 etc
[ STEPS ] Start building OpenWrt with Image Builder...
Profile "Default" does not exist!
Use "make info" to get a list of available profile names.
make[1]: *** [Makefile:236: _check_profile] Error 1
make: *** [Makefile:258: image] Error 2
esaaprillia commented 1 year ago

maybe change make image PROFILE="Default" to make image PROFILE=""

esaaprillia commented 1 year ago

there is no default profile in armsr anymore

esaaprillia commented 1 year ago

maybe you made a change but you didn't try it. I already told you this must be separated armvirt and armsr

https://downloads.openwrt.org/releases/23.05.0-rc2/targets/armsr/armv8/openwrt-23.05.0-rc2-armsr-armv8-rootfs.tar.gz

https://downloads.openwrt.org/releases/22.03.5/targets/armvirt/64/openwrt-22.03.5-armvirt-64-default-rootfs.tar.gz

esaaprillia commented 1 year ago

@ophub

i saw your change and it solved the problem. i will close this

esaaprillia commented 1 year ago

Ping @ophub

this must be replaced

sed -i "s|iw |ipconfig |g" ${wireless_mac80211}

to

sed -i 's|iw dev "$wdev" del |#iw dev "$wdev" del |g' ${wireless_mac80211}

I've tried it doesn't change. can you change this