| Version 2 (modified by matthijs, 3 years ago) |
|---|
Building 2.3.7.0
This page will document how the official 2.3.7.0 firmware will be built (once it's ready).
Since 2.3.7.0, the default configuration has been changed to match the official builds again, so there aren't any real configuration changes to be made. To generate the official image, including all plugins, the following will work on a clean checkout:
$ ./install.sh ... $ cd openwrt $ echo CONFIG_TARGET_fonera2n=y > .config $ echo CONFIG_PACKAGE_all-plugins=m >> .config $ make defconfig ... $ make
Change TARGET_fonera2n to TARGET_fonera2 to build for 2.0g. You can leave out the all-plugins line if you don't want to build the plugins.
