kalua - build mesh-networks without pain needing support? join the club or ask for consulting TLDR! - just get me started: wget https://raw.githubusercontent.com/bittorf/kalua/master/openwrt-build/build.sh sh build.sh --openwrt trunk && cd openwrt && ../build.sh --help # or build an image: ../build.sh --openwrt r46693 --hardware 'La Fonera 2.0N' --usecase 'Standard,kalua' # or get specific help for hardware: ../build.sh --openwrt r16539 --hardware # or get specific help for usecase: ../build.sh --openwrt r16539 --hardware 'TP-LINK TL-WDR4300' --usecase how to tweak the build: git clone https://github.com/bittorf/kalua.git # or # git clone git@github.com:bittorf/kalua.git cd kalua echo ".gitignore" >> .gitignore echo "build-env" >> .gitignore mkdir build-env cd build-env mkdir openwrt_download ln -s -T ../openwrt-build/build.sh build.sh # symlink our build tool ./build.sh --openwrt trunk # fetch openwrt git repository # valid version names are: # <empty> # 'r12345' # 'stable' # 'beta' # 'testing' # 'trunk' # 'switch_to_master' # 'reset_autocommits' # Example output: # ~/tmp/kalua/build-env$ ./build.sh --openwrt trunk # <14>Jun 10 00:45:06 ed: ./build.sh: check_working_directory() first start - fetching OpenWrt: git clone 'git://git.openwrt.org/openwrt.git' # Cloning into 'openwrt'... # remote: Counting objects: 312210, done. # remote: Compressing objects: 100% (90882/90882), done. # remote: Total 312210 (delta 214136), reused 303717 (delta 207431) # Receiving objects: 100% (312210/312210), 110.89 MiB | 549.00 KiB/s, done. # Resolving deltas: 100% (214136/214136), done. # Checking connectivity... done. # Checking out files: 100% (6204/6204), done. # <14>Jun 10 00:49:00 ed: ./build.sh: check_working_directory() symlinking our central download pool # <14>Jun 10 00:49:00 ed: ./build.sh: check_working_directory() first start - fetching OpenWrt-packages: git clone 'git://nbd.name/packages.git' # Cloning into 'packages'... # remote: Counting objects: 75921, done. # remote: ...
First seen: 2025-03-30 09:32
Last seen: 2025-03-30 19:34