aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* include, base-files, opkg: introduce version configuration to override the ↵Jo-Philipp Wich2012-04-128-7/+113
| | | | | | | | | | | | | | | | | | | | 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
* netifd: update to 2012-04-12, fixes interface reconnect issues and improves ↵Felix Fietkau2012-04-121-2/+2
| | | | | | interface status info SVN-Revision: 31261
* update 3.2 patchesJohn Crispin2012-04-1275-318/+1524
| | | | | | sync with lantiq kernel series SVN-Revision: 31260
* add missing includes ('unistd.h') for mklibsMirko Vogt2012-04-123-11/+21
| | | | | | | | 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
* base-files: remove network preconfig, it collides with ar71xx network ↵Jo-Philipp Wich2012-04-121-5/+0
| | | | | | 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
* remove preconfig variablesJo-Philipp Wich2012-04-123-12/+0
| | | | SVN-Revision: 31257
* remove preconfig variablesJo-Philipp Wich2012-04-122-5/+1
| | | | SVN-Revision: 31256
* toolchain/gcc: gcc-4.7.0 upstream patch fixing uClibc problemsJo-Philipp Wich2012-04-121-0/+241
| | | | SVN-Revision: 31255
* exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally ↵Jo-Philipp Wich2012-04-101-0/+1
| | | | | | without failing avr32 builds SVN-Revision: 31249
* fix bad variable name inside MakefileJohn Crispin2012-04-101-2/+2
| | | | | | We use PKG_NAME and not PKB_BASE_NAME inside OpenWrt Makefiles SVN-Revision: 31244
* allow arbitary folder layout when using localmirrorsJohn Crispin2012-04-101-1/+24
| | | | | | | | | 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
* sdcc: compiling SDCCicode.c with -O2 sends gcc 4.6.x into an infinite loop, ↵Jo-Philipp Wich2012-04-101-0/+20
| | | | | | 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
* Use build suffix on build_dir pathsJohn Crispin2012-04-101-2/+2
| | | | | | | | Adds BUILD_SUFFIX to STAGING_DIR Signed-off-by: Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31233
* add missing Kernel symbol spotted by buildbotJo-Philipp Wich2012-04-101-4/+1
| | | | SVN-Revision: 31232
* add missing symbolsImre Kaloz2012-04-091-0/+4
| | | | SVN-Revision: 31231
* upgrade to gcc 4.4.7Imre Kaloz2012-04-0917-11/+11
| | | | SVN-Revision: 31230
* sdcc: sdcc needs sdcpp to bootstrap itself, so enable itJo-Philipp Wich2012-04-091-1/+1
| | | | SVN-Revision: 31229
* tools: add sdcc subdir to MakefileJo-Philipp Wich2012-04-091-0/+4
| | | | SVN-Revision: 31228
* add an sdcc host build which is enabled if firmwarehotplug is selectedJo-Philipp Wich2012-04-091-0/+42
| | | | SVN-Revision: 31226
* kernel: update linux 3.3 to 3.3.1Jonas Gorski2012-04-095-28/+10
| | | | SVN-Revision: 31223
* kernel: update linux 3.2 to 3.2.14Jonas Gorski2012-04-0940-264/+88
| | | | SVN-Revision: 31222
* kernel: add some more additional missing config symbols for 3.2 and 3.3Jonas Gorski2012-04-095-3/+48
| | | | SVN-Revision: 31221
* libpcap: explicitely disable libnl support to prevent different build ↵Jo-Philipp Wich2012-04-081-2/+3
| | | | | | results depending on the environment (#11239) SVN-Revision: 31219
* level up target xburst to linux kernel version 3.2.1Mirko Vogt2012-04-0827-42/+5564
| | | | | | Thanks to the qi-hardware project - especially to Lars, Maarten and Xiangfu SVN-Revision: 31218
* add support for gcc 4.7.0 - thanks to acoul!Mirko Vogt2012-04-0716-0/+9873
| | | | SVN-Revision: 31216
* Add git version check to prerequisite check (#11229)Vasilis Tsiligiannis2012-04-061-2/+6
| | | | SVN-Revision: 31214
* Fix typo in GNU Make prereq checkVasilis Tsiligiannis2012-04-061-2/+2
| | | | SVN-Revision: 31213
* ar71xx: image: build initramfs images for the WHR boardsGabor Juhos2012-04-061-0/+4
| | | | SVN-Revision: 31209
* ar71xx: initial support for Mikrotik RB751G-2HnD and RB751U-2HnDGabor Juhos2012-04-065-0/+142
| | | | | | | | | | | | | | | | | 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
* ar71xx: add rb750 to diag.shGabor Juhos2012-04-061-0/+3
| | | | | | | | Support status led in diag.sh for RB750 Patch from: Evangelos Arkalis <arkalis.e@gmail.com> SVN-Revision: 31207
* add Easybox 802 - ARV752DPWJohn Crispin2012-04-051-0/+29
| | | | | | | | Implements the ARV752DPW architecture in mach-arv.c Signed-off-by: Christian Rustmeier <rustmeier@gmail.com> SVN-Revision: 31206
* enable usb on dgn3500John Crispin2012-04-051-0/+3
| | | | | | | | 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
* define external cpioJohn Crispin2012-04-052-0/+23
| | | | | | | | Allow building image with an external cpio Signed-off-by: Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31204
* prevent distro default LPATH from interferingJohn Crispin2012-04-051-0/+3
| | | | | | | | | | 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
* util-linux(-ng): revert r31183, r31178 - the update introduced several ↵Jo-Philipp Wich2012-04-052-75/+64
| | | | | | regressions which need to be worked out first SVN-Revision: 31202
* grub: fix build with automake v1.11.3 (#11228)Jo-Philipp Wich2012-04-041-0/+41
| | | | SVN-Revision: 31201
* generic: use magic_long in sysupgradeFlorian Fainelli2012-04-041-4/+11
| | | | | | Signed-off-by: Matthias Bücher <mail@maddes.net> SVN-Revision: 31200
* update wrt350nv2-builder to v2.4 and use new functionality for target ↵Florian Fainelli2012-04-043-28/+75
| | | | | | | | orion_generic Signed-off-by: Matthias Bücher <mail@maddes.net> SVN-Revision: 31199
* add support for D-Link DNS-323Florian Fainelli2012-04-047-2/+140
| | | | | | | | | | | | | this patch adds support for D-Link DNS323 storage device. You can find more info here: http://dns323.lukaperkov.net/ Currently you need serial cable to flash OpenWrt on DNS-323. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > SVN-Revision: 31198
* add missing DM/MD config symbolsFlorian Fainelli2012-04-044-4/+28
| | | | SVN-Revision: 31197
* fix typos in adm5120 switch driver (#4241)Florian Fainelli2012-04-041-2/+2
| | | | SVN-Revision: 31196
* add Edimax specific MAGIC_MAC_BASE to read MAC from flash (#4241]Florian Fainelli2012-04-041-1/+10
| | | | SVN-Revision: 31195
* fix support for 2.6.38 kernelFlorian Fainelli2012-04-043-0/+55
| | | | | | | | | | | This patch fixes the following issues I encountered while compiling kernel 2.6.38.8 for my Omnima Embedded Controller/Edimax BR6104KP: - kernel comes up with machine selection during build, even though everything was properly set in menuconfig - USB api changes Successfully built and tested with r29755. Signed-off-by: Hartmut Knaack <knaack.h [at] gmx.de> SVN-Revision: 31194
* refresh 2.6.38 patchesFlorian Fainelli2012-04-042-2/+2
| | | | SVN-Revision: 31193
* fix gcc-4.6 set but unused warningsFlorian Fainelli2012-04-041-0/+24
| | | | SVN-Revision: 31192
* refresh patchesFlorian Fainelli2012-04-044-11/+10
| | | | SVN-Revision: 31191
* util-linux: prevent packaging libtool placeholder scripts (#11224)Jo-Philipp Wich2012-04-041-4/+6
| | | | SVN-Revision: 31183
* dnsmasq: configure dnsmasq via flat config file and not command-line argsJo-Philipp Wich2012-04-021-54/+79
| | | | | | | | | | Sometimes it's useful to compare the generated config file from UCI config with a hand-edited dnsmasq config file, especially if you're migrating to an OpenWRT router from something else (such as Astlinux). Putting the generated config makes it easier to capture and diff, etc. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31182
* iproute2: update to 3.2.0 and package 'ss'Florian Fainelli2012-04-021-7/+17
| | | | | | | | | | This patch bumps iproute2 to the latest available version, fixes the package URL to use kernel.org (as things have now been moved back there) and also adds ss (socket statistics) to menuconfig. Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> SVN-Revision: 31179
* util-linux: move and updateFlorian Fainelli2012-04-022-63/+72
| | | | | | | | | | | | | | | | This patch makes several changes with util-linux-ng package: * moves it to util-linux (upstream name) * bumps it to last stable version 2.20.1 (was 2.13.0.1) * adds new package getopt * sorts packages inside Makefile * removes patch, it has been applied upstream I would also like to maintain this package. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31178