- 12 Apr, 2012 10 commits
-
-
Jo-Philipp Wich authored
SVN-Revision: 31267
-
Felix Fietkau authored
SVN-Revision: 31265
-
Jo-Philipp Wich authored
include, base-files, opkg: introduce version configuration to override the embedded version info of generated images - Introduce new Kconfig symbols VERSION_DIST, VERSION_NICK, VERSION_NUMBER and VERSION_REPO to specify distribution, release name, version and repository for a given build - Introduce include/version.mk to provide common helpers for packages dealing with versions - Make opkg use version.mk to populate the opkg.conf template - Make base-files use version.mk to populate /etc/openwrt_version, /etc/openwrt_release and /etc/banner The available placeholders are: %D .. Replace with $(CONFIG_VERSION_DIST), default to "OpenWrt" %d .. Like %D, but all characters made lowercase and spaces substituted with "_" (e.g. "openwrt") %N .. Replace with $(CONFIG_VERSION_NICK), default to the build tree release (e.g. "Attitude Adjustment") %n .. Like %N, but all characters made lowercase and spaces substituted with "_" (e.g. "attitude_adjustment") %V .. Replace with $(CONFIG_VERSION_NUMBER), default to the build tree release (e.g. "r31262") %v .. Like %V, but all characters made lowercase and spaces substituted with "_" %C .. Replace with $(CONFIG_VERSION_NUMBER), default to "Bleeding Edge" %c .. Like %C, but all characters made lowercase and spaces substituted with "_" (e.g. "bleeding_edge") %U .. Replace with $(CONFIG_VERSION_REPO), default to "http://downloads.openwrt.org/snapshots/trunk/%T/packages" %R .. Replace with the current build tree revision (e.g. "r31262" or "75488c4a05b8033cf69e91874a61852db7ba9c6c") %T .. Replace with the current target (e.g. "ar71xx") %S .. Replace with the current target/subtarget combo (e.g. "adm5120/router_le") SVN-Revision: 31262
-
Felix Fietkau authored
SVN-Revision: 31261
-
John Crispin authored
sync with lantiq kernel series SVN-Revision: 31260
-
Mirko Vogt authored
This is needed when compiling with GCC >= 4.7.0 since it doesn't implicitly include 'unistd.h' anymore (needed e.g. for file operations in this particular case) - Thanks to Luka Perkov SVN-Revision: 31259
-
Jo-Philipp Wich authored
base-files: remove network preconfig, it collides with ar71xx network firstboot uci-defaults To supply custom network settings, it is better to embed a complete network config file using the files/ overlay, the old image lan preconfig options are also very limited in scope and actually collide with sysupgrade and firstboot hardware detection on at least ar71xx and possibly other targets, therfore drop this facility. SVN-Revision: 31258
-
Jo-Philipp Wich authored
SVN-Revision: 31257
-
Jo-Philipp Wich authored
SVN-Revision: 31256
-
Jo-Philipp Wich authored
SVN-Revision: 31255
-
- 10 Apr, 2012 6 commits
-
-
Jo-Philipp Wich authored
exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally without failing avr32 builds SVN-Revision: 31249
-
John Crispin authored
We use PKG_NAME and not PKB_BASE_NAME inside OpenWrt Makefiles SVN-Revision: 31244
-
John Crispin authored
Make the download script follow symlinks and search subfolders when looking for a file in a local download mirror. Signed-off-by:
Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31240
-
Jo-Philipp Wich authored
sdcc: compiling SDCCicode.c with -O2 sends gcc 4.6.x into an infinite loop, workaround it See references: http://sourceforge.net/tracker/?func=detail&aid=3285611&group_id=599&atid=300599 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52653 SVN-Revision: 31236
-
John Crispin authored
Adds BUILD_SUFFIX to STAGING_DIR Signed-off-by:
Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31233
-
Jo-Philipp Wich authored
SVN-Revision: 31232
-
- 09 Apr, 2012 8 commits
-
-
Imre Kaloz authored
SVN-Revision: 31231
-
Imre Kaloz authored
SVN-Revision: 31230
-
Jo-Philipp Wich authored
SVN-Revision: 31229
-
Jo-Philipp Wich authored
SVN-Revision: 31228
-
Jo-Philipp Wich authored
SVN-Revision: 31226
-
Jonas Gorski authored
SVN-Revision: 31223
-
Jonas Gorski authored
SVN-Revision: 31222
-
Jonas Gorski authored
SVN-Revision: 31221
-
- 08 Apr, 2012 2 commits
-
-
Jo-Philipp Wich authored
libpcap: explicitely disable libnl support to prevent different build results depending on the environment (#11239) SVN-Revision: 31219
-
Mirko Vogt authored
Thanks to the qi-hardware project - especially to Lars, Maarten and Xiangfu SVN-Revision: 31218
-
- 07 Apr, 2012 1 commit
-
-
Mirko Vogt authored
SVN-Revision: 31216
-
- 06 Apr, 2012 5 commits
-
-
Vasilis Tsiligiannis authored
SVN-Revision: 31214
-
Vasilis Tsiligiannis authored
SVN-Revision: 31213
-
Gabor Juhos authored
SVN-Revision: 31209
-
Gabor Juhos authored
Great collaboration on these two fantastic routers on the openwrt forum: https://forum.openwrt.org/viewtopic.php?id=32320 Above all kudos to aryufan. Well done and thank you everyone else who contributed. To-Do: LED for wlan is not yet activated To-Do: TxPower over 20dBm (RB751U) or 22dBm (RB751G) are not accepted by the router Signed-off-by:
Hanno Schupp <hanno.schupp@gmail.com> [juhosg: fix line wrapped patch, fix checkpatch errors, add missing kernel patches] SVN-Revision: 31208
-
Gabor Juhos authored
Support status led in diag.sh for RB750 Patch from: Evangelos Arkalis <arkalis.e@gmail.com> SVN-Revision: 31207
-
- 05 Apr, 2012 5 commits
-
-
John Crispin authored
Implements the ARV752DPW architecture in mach-arv.c Signed-off-by:
Christian Rustmeier <rustmeier@gmail.com> SVN-Revision: 31206
-
John Crispin authored
A power-enable toggle gpio is not available, it is always on and protected with a resettable fuse. Signed-off-by: Pieter Voorthuijsen<p.voorthuijsen at gmail.com> SVN-Revision: 31205
-
John Crispin authored
Allow building image with an external cpio Signed-off-by:
Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31204
-
John Crispin authored
Attach patch unsets LPATH flag (found configured in some custom host distributions) to make OpenWRT compile its toolchain without any issues. LPATH is used on some distros to define the linkers search path. Signed-off-by:
Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31203
-
Jo-Philipp Wich authored
util-linux(-ng): revert r31183, r31178 - the update introduced several regressions which need to be worked out first SVN-Revision: 31202
-
- 04 Apr, 2012 3 commits
-
-
Jo-Philipp Wich authored
SVN-Revision: 31201
-
Florian Fainelli authored
Signed-off-by:
Matthias Bücher <mail@maddes.net> SVN-Revision: 31200
-
Florian Fainelli authored
Signed-off-by:
Matthias Bücher <mail@maddes.net> SVN-Revision: 31199
-