Skip to content

Instantly share code, notes, and snippets.

@arvati
Last active June 18, 2020 01:02
Show Gist options
  • Select an option

  • Save arvati/72e3dae7f68be0c9aa1552076c4f59c2 to your computer and use it in GitHub Desktop.

Select an option

Save arvati/72e3dae7f68be0c9aa1552076c4f59c2 to your computer and use it in GitHub Desktop.
Build Slim Openwrt Rootfs for docker

Build Slim Openwrt Rootfs for docker

TODO: choose another docker container

sudo docker container run -it openwrtorg/sdk:x86-64-master
sed -i '/src-git/s/^#//' /home/build/openwrt/feeds.conf.default
/home/build/openwrt/scripts/feeds update -a
/home/build/openwrt/scripts/feeds install -a
wget https://downloads.openwrt.org/snapshots/targets/x86/64/config.buildinfo -O .config
make defconfig 
make menuconfig 
make download  
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment