schizoidman@lemm.ee to Technology@lemmy.worldEnglish · 2 months agoFirst Router Designed Specifically For OpenWrt Releasedsfconservancy.orgexternal-linkmessage-square77fedilinkarrow-up1519arrow-down17file-textcross-posted to: [email protected][email protected]
arrow-up1512arrow-down1external-linkFirst Router Designed Specifically For OpenWrt Releasedsfconservancy.orgschizoidman@lemm.ee to Technology@lemmy.worldEnglish · 2 months agomessage-square77fedilinkfile-textcross-posted to: [email protected][email protected]
minus-squareChemical Wonka@discuss.tchncs.delinkfedilinkEnglisharrow-up10·edit-22 months agoI broke my router updating OpenWRT :(
minus-squareBlaster M@lemmy.worldlinkfedilinkEnglisharrow-up8·2 months agoEvery single time I’ve setup OpenWRT, keeping it updated was much more painful than anything else, even ASUS WRT-Merlin was easier to keep updated.
minus-squaredoughless@lemmy.worldlinkfedilinkEnglisharrow-up4·2 months agoAre you trying to say you’re not a fan of needing to reinstall packages after an upgrade? It’s so simple with these easy to remember commands: opkg update cat /etc/backup/installed_packages.txt | grep overlay | sed s/\ *overlay// | xargs opkg install
I broke my router updating OpenWRT :(
Every single time I’ve setup OpenWRT, keeping it updated was much more painful than anything else, even ASUS WRT-Merlin was easier to keep updated.
Are you trying to say you’re not a fan of needing to reinstall packages after an upgrade? It’s so simple with these easy to remember commands:
opkg update cat /etc/backup/installed_packages.txt | grep overlay | sed s/\ *overlay// | xargs opkg install