* Manuel Munz <freif...@somakoma.de> [05.12.2013 08:43]: > For that reason i started playing with a router database using web2py as > framework. A somehow working demo version can be found here: > > http://meshkit.freifunk.net/routerdb
this is interesting, we also did something like that, but manually: bastian@gcc20:~/openwrt$ kalua/openwrt-build/build.sh --hardware list plain | sort 4G Systems MTX-1 Board ASUS WL-500g Premium Buffalo WHR-HP-G54 Buffalo WZR-HP-AG300H Dell TrueMobile 2300 Linksys WRT54G/GS/GL PC Engines ALIX.2 Speedport W500V Targa WR-500-VoIP T-Mobile InternetBox TP-LINK TL-WDR4300 TP-LINK TL-WDR4900 v1 TP-LINK TL-WR1043ND TP-LINK TL-WR703N v1 Ubiquiti Bullet M Ubiquiti Nanostation5 Ubiquiti Nanostation M the ugly thing about that, is that we must maintain for every model this: { 'TP-LINK TL-WDR4900 v1') TARGET_SYMBOL='CONFIG_TARGET_mpc85xx_TLWDR4900=y' FILENAME_SYSUPGRADE='openwrt-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin' FILENAME_FACTORY='openwrt-mpc85xx-generic-tl-wdr4900-v1-squashfs-factory.bin' ;; } our sketch is here: https://github.com/bittorf/kalua/blob/master/openwrt-build/build.sh#L140 bye, bastian _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel