aboutsummaryrefslogtreecommitdiff
path: root/package/base-files/files/bin/config_generate
Commit message (Collapse)AuthorAge
...
* base-files: config_generate: properly handle multiple switchesJo-Philipp Wich2015-11-25
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47646
* base-files: config_generate: support autogenerating vlansJo-Philipp Wich2015-11-24
| | | | | | | | | Add support for generating vlans solely from the port layout description given through ucidef_add_switch_ports(). Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47639
* base-files: config_generate: honour port_mask property (#20963)Jo-Philipp Wich2015-11-24
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47609
* base-files: config_generate did not handle setups with more than 1 switch ↵John Crispin2014-10-27
| | | | | | | | properly Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43088
* network: Unbind DHCPv6 from underlying interfacesSteven Barth2014-10-08
| | | | | | | | | This allows IPv6 to set up without IPv4 being up thus IPv6-only or IPv6+DS-Lite working with the default config. Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42848
* base-files: properly generate the ulaJohn Crispin2014-08-22
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42261
* base-files: wan6 should reference wan intead of referencing itself.John Crispin2014-08-18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42199
* base-files: add a hardware detection layerJohn Crispin2014-08-18
this allows targets to use the new uci-default helper which will generate a file called /etc/board.json. a tool called /bin/config_generate can then be used to generate the default uci settings. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42185