# build imagebuilder with all packages for a given platform #REMOTE=git://git.openwrt.org/openwrt.git REMOTE=git://github.com/lede-project/source #REMOTE=git://git.lede-project.org/lede/nbd/staging.git TARGET=ar71xx #TARGET=x86 set +e #git clone $REMOTE openwrt #cd openwrt git clone $REMOTE lede cd lede cp feeds.conf.default feeds.conf echo "src-git luci2 http://git.openwrt.org/project/luci2/ui.git" >> feeds.conf echo "src-git lucing git://github.com/jow-/luci-ng.git" >> feeds.conf #echo "src-git fastd git://git.metameute.de/lff/pkg_fastd" >> feeds.conf #echo "src-git mwan3 git://github.com/Adze1502/mwan.git" >> feeds.conf #echo "src-git batmanadv http://git.open-mesh.org/openwrt-feed-batman-adv.git" >> feeds.conf echo "src-git wbm git://github.com/battlemesh/battlemesh-packages.git" >> feeds.conf echo "src-git libremesh https://github.com/libremesh/lime-packages.git;develop" >> feeds.conf echo "src-git libreage git://github.com/libremap/libremap-agent-openwrt.git;master" >> feeds.conf echo "src-git limeui https://github.com/libremesh/lime-ui-ng.git;master" >> feeds.conf echo "src-git kadnode git://github.com/mwarning/KadNode.git" >> feeds.conf echo "src-git kadlibsodium git://github.com/mwarning/libsodium-openwrt.git" >> feeds.conf echo "src-git fswebcam git://github.com/fsphil/fswebcam.git" >> feeds.conf echo "src-git solarfestival git://github.com/freifunk-leipzig/solarfestival-packages.git" >> feeds.conf #echo "src-git oldpackages http://git.openwrt.org/packages.git" >> feeds.conf scripts/feeds update -a scripts/feeds update -i scripts/feeds install -a # create default config for given platform cat >.config <