Rooter

From Hurlster Wiki
Jump to navigation Jump to search

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 -i '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/