Rooter: Difference between revisions

From Hurlster Wiki
Jump to navigation Jump to search
(Created page with "ROOter 4G LTE router firmware == Custom Firmware Build == These instructions are specific to WE826T (16M) cd /opt/ git clone https://github.com/ofmodemsandmen/ROOterSource21...")
 
Line 1: Line 1:
ROOter 4G LTE router firmware
ROOter 4G LTE router firmware
== Custom Firmware Build ==
== 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)
These instructions are specific to WE826T (16M)
  cd /opt/
  cd /opt/

Revision as of 15:32, 25 February 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"]
       },

Run

make menuconfig
mv .config configfiles/.config_we826t

New ROOter image should be in the following directory

images/