Rooter: Difference between revisions

From Hurlster Wiki
Jump to navigation Jump to search
No edit summary
Line 20: Line 20:
                 "addons": ["readme.pdf", "readmerecovery.txt"]
                 "addons": ["readme.pdf", "readmerecovery.txt"]
         },
         },
sed 's/make V=s/make -j16 V=s/g' build


Run
Run

Revision as of 14:23, 20 April 2022

ROOter 4G LTE router firmware

Custom Firmware Build

Ubuntu install

sudo apt -y install build-essential libncurses5-dev python unzip gawk git curl jshon zip

These instructions are specific to WE826T (16M)

cd /opt/
git clone https://github.com/ofmodemsandmen/ROOterSource2102.git
cd ROOterSource2102/

Edit router-2102.json and add the following

       "WE826T": {
               "details": "ZBT WE826-T",
               "type": "1",
               "build": "2102",
               "config": ".config_we826t",
               "image": "openwrt-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin",
               "imagepath": "/ramips/mt7620/",
               "mod": "ZBT-WE826T",
               "ext": "-upgrade.bin",
               "addons": ["readme.pdf", "readmerecovery.txt"]
       },
sed 's/make V=s/make -j16 V=s/g' build

Run

make menuconfig
mv .config configfiles/.config_we826t

New ROOter image should be in the following directory

images/