openwrt.git
12 years agobrcm47xx: remove support for kernel 3.0
hauke [Fri, 13 Apr 2012 16:53:16 +0000 (16:53 +0000)]
brcm47xx: remove support for kernel 3.0

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31276 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoixp4xx: add support for linux 3.3.1
nbd [Fri, 13 Apr 2012 13:38:49 +0000 (13:38 +0000)]
ixp4xx: add support for linux 3.3.1

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31275 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: fix arm compressed images build on mac os x
nbd [Fri, 13 Apr 2012 13:38:45 +0000 (13:38 +0000)]
kernel: fix arm compressed images build on mac os x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31274 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[sdk] don't overwrite version.mk, substitute REVISION instead
jow [Fri, 13 Apr 2012 10:47:45 +0000 (10:47 +0000)]
[sdk] don't overwrite version.mk, substitute REVISION instead

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31271 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoPATCH: Disable console terminal in Grub for alix2 target
jow [Thu, 12 Apr 2012 23:30:27 +0000 (23:30 +0000)]
PATCH: Disable console terminal in Grub for alix2 target

The alix2 target has the VGA console for grub enabled by default. This
prevents the grub menu from appearing on bootup. It is disabled by
default for the other embedded x86 platforms. This patch corrects that
behavior for the alix2 target.

Signed-off-by: Adam Gensler <openwrt@kristenandadam.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31270 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[imagebuilder] populate repositories.conf from version.mk
jow [Thu, 12 Apr 2012 23:08:13 +0000 (23:08 +0000)]
[imagebuilder] populate repositories.conf from version.mk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31268 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] base-file: cleanup white space in Kconfig source
jow [Thu, 12 Apr 2012 23:01:39 +0000 (23:01 +0000)]
[package] base-file: cleanup white space in Kconfig source

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31267 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoath9k: fix sleep mode handling issues, should improve client mode reliability
nbd [Thu, 12 Apr 2012 21:28:18 +0000 (21:28 +0000)]
ath9k: fix sleep mode handling issues, should improve client mode reliability

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31265 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[buildroot] include, base-files, opkg: introduce version configuration to override...
jow [Thu, 12 Apr 2012 17:31:16 +0000 (17:31 +0000)]
[buildroot] 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")

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31262 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agonetifd: update to 2012-04-12, fixes interface reconnect issues and improves interface...
nbd [Thu, 12 Apr 2012 13:58:07 +0000 (13:58 +0000)]
netifd: update to 2012-04-12, fixes interface reconnect issues and improves interface status info

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31261 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[lantiq] update 3.2 patches
blogic [Thu, 12 Apr 2012 12:33:56 +0000 (12:33 +0000)]
[lantiq] update 3.2 patches

sync with lantiq kernel series

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31260 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools/mklibs] add missing includes ('unistd.h') for mklibs
mirko [Thu, 12 Apr 2012 12:19:56 +0000 (12:19 +0000)]
[tools/mklibs] add missing includes ('unistd.h') for mklibs

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31259 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] base-files: remove network preconfig, it collides with ar71xx network first...
jow [Thu, 12 Apr 2012 09:43:44 +0000 (09:43 +0000)]
[package] 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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31258 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[omap35xx] remove preconfig variables
jow [Thu, 12 Apr 2012 09:43:43 +0000 (09:43 +0000)]
[omap35xx] remove preconfig variables

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31257 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[ps3] remove preconfig variables
jow [Thu, 12 Apr 2012 09:43:41 +0000 (09:43 +0000)]
[ps3] remove preconfig variables

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31256 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agotoolchain/gcc: gcc-4.7.0 upstream patch fixing uClibc problems
jow [Thu, 12 Apr 2012 07:48:02 +0000 (07:48 +0000)]
toolchain/gcc: gcc-4.7.0 upstream patch fixing uClibc problems

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31255 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[toolchain] exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally...
jow [Tue, 10 Apr 2012 21:04:06 +0000 (21:04 +0000)]
[toolchain] exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally without failing avr32 builds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31249 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[ltq-dsl-app] fix bad variable name inside Makefile
blogic [Tue, 10 Apr 2012 15:20:23 +0000 (15:20 +0000)]
[ltq-dsl-app] fix bad variable name inside Makefile

We use PKG_NAME and not PKB_BASE_NAME inside OpenWrt Makefiles

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31244 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[scripts] allow arbitary folder layout when using localmirrors
blogic [Tue, 10 Apr 2012 14:11:45 +0000 (14:11 +0000)]
[scripts] allow arbitary folder layout when using localmirrors

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31240 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] sdcc: compiling SDCCicode.c with -O2 sends gcc 4.6.x into an infinite loop...
jow [Tue, 10 Apr 2012 13:18:45 +0000 (13:18 +0000)]
[tools] 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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31236 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[include] Use build suffix on build_dir paths
blogic [Tue, 10 Apr 2012 10:55:55 +0000 (10:55 +0000)]
[include] Use build suffix on build_dir paths

Adds BUILD_SUFFIX to STAGING_DIR

Signed-off-by: Tathagata Das <tathagata@alumnux.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31233 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[x86] add missing Kernel symbol spotted by buildbot
jow [Tue, 10 Apr 2012 10:09:27 +0000 (10:09 +0000)]
[x86] add missing Kernel symbol spotted by buildbot

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31232 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[generic/3.3]: add missing symbols
kaloz [Mon, 9 Apr 2012 17:03:02 +0000 (17:03 +0000)]
[generic/3.3]: add missing symbols

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31231 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[toolchain/gcc/4.4]: upgrade to gcc 4.4.7
kaloz [Mon, 9 Apr 2012 17:00:03 +0000 (17:00 +0000)]
[toolchain/gcc/4.4]: upgrade to gcc 4.4.7

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31230 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] sdcc: sdcc needs sdcpp to bootstrap itself, so enable it
jow [Mon, 9 Apr 2012 15:55:33 +0000 (15:55 +0000)]
[tools] sdcc: sdcc needs sdcpp to bootstrap itself, so enable it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31229 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agotools: add sdcc subdir to Makefile
jow [Mon, 9 Apr 2012 15:24:47 +0000 (15:24 +0000)]
tools: add sdcc subdir to Makefile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31228 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] add an sdcc host build which is enabled if firmwarehotplug is selected
jow [Mon, 9 Apr 2012 15:23:34 +0000 (15:23 +0000)]
[tools] add an sdcc host build which is enabled if firmwarehotplug is selected

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31226 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: update linux 3.3 to 3.3.1
jogo [Mon, 9 Apr 2012 14:48:56 +0000 (14:48 +0000)]
kernel: update linux 3.3 to 3.3.1

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31223 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: update linux 3.2 to 3.2.14
jogo [Mon, 9 Apr 2012 14:48:51 +0000 (14:48 +0000)]
kernel: update linux 3.2 to 3.2.14

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31222 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: add some more additional missing config symbols for 3.2 and 3.3
jogo [Mon, 9 Apr 2012 14:48:46 +0000 (14:48 +0000)]
kernel: add some more additional missing config symbols for 3.2 and 3.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31221 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] libpcap: explicitely disable libnl support to prevent different build resul...
jow [Sun, 8 Apr 2012 15:11:12 +0000 (15:11 +0000)]
[package] libpcap: explicitely disable libnl support to prevent different build results depending on the environment (#11239)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31219 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[target/xburst] level up target xburst to linux kernel version 3.2.1
mirko [Sun, 8 Apr 2012 12:09:52 +0000 (12:09 +0000)]
[target/xburst] level up target xburst to linux kernel version 3.2.1

Thanks to the qi-hardware project - especially to Lars, Maarten and Xiangfu

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31218 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[toolchain/gcc] add support for gcc 4.7.0 - thanks to acoul!
mirko [Sat, 7 Apr 2012 15:34:41 +0000 (15:34 +0000)]
[toolchain/gcc] add support for gcc 4.7.0 - thanks to acoul!

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31216 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[include] Add git version check to prerequisite check (#11229)
acinonyx [Fri, 6 Apr 2012 12:05:59 +0000 (12:05 +0000)]
[include] Add git version check to prerequisite check (#11229)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31214 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[include] Fix typo in GNU Make prereq check
acinonyx [Fri, 6 Apr 2012 11:44:13 +0000 (11:44 +0000)]
[include] Fix typo in GNU Make prereq check

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31213 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoar71xx: image: build initramfs images for the WHR boards
juhosg [Fri, 6 Apr 2012 06:45:08 +0000 (06:45 +0000)]
ar71xx: image: build initramfs images for the WHR boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31209 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoar71xx: initial support for Mikrotik RB751G-2HnD and RB751U-2HnD
juhosg [Fri, 6 Apr 2012 06:45:07 +0000 (06:45 +0000)]
ar71xx: initial support for Mikrotik RB751G-2HnD and RB751U-2HnD

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]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31208 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoar71xx: add rb750 to diag.sh
juhosg [Fri, 6 Apr 2012 06:45:04 +0000 (06:45 +0000)]
ar71xx: add rb750 to diag.sh

Support status led in diag.sh for RB750

Patch from: Evangelos Arkalis <arkalis.e@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31207 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[lantiq] add Easybox 802 - ARV752DPW
blogic [Thu, 5 Apr 2012 20:03:21 +0000 (20:03 +0000)]
[lantiq] add Easybox 802 - ARV752DPW

Implements the ARV752DPW architecture in mach-arv.c

Signed-off-by: Christian Rustmeier <rustmeier@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31206 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[lantiq] enable usb on dgn3500
blogic [Thu, 5 Apr 2012 20:03:19 +0000 (20:03 +0000)]
[lantiq] enable usb on dgn3500

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31205 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[image] define external cpio
blogic [Thu, 5 Apr 2012 14:33:04 +0000 (14:33 +0000)]
[image] define external cpio

Allow building image with an external cpio

Signed-off-by: Tathagata Das <tathagata@alumnux.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31204 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[include] prevent distro default LPATH from interfering
blogic [Thu, 5 Apr 2012 14:33:03 +0000 (14:33 +0000)]
[include] prevent distro default LPATH from interfering

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31203 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] util-linux(-ng): revert r31183, r31178 - the update introduced several...
jow [Thu, 5 Apr 2012 12:00:20 +0000 (12:00 +0000)]
[package] util-linux(-ng): revert r31183, r31178 - the update introduced several regressions which need to be worked out first

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31202 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] grub: fix build with automake v1.11.3 (#11228)
jow [Wed, 4 Apr 2012 18:10:15 +0000 (18:10 +0000)]
[package] grub: fix build with automake v1.11.3 (#11228)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31201 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[orion] generic: use magic_long in sysupgrade
florian [Wed, 4 Apr 2012 16:06:29 +0000 (16:06 +0000)]
[orion] generic: use magic_long in sysupgrade

Signed-off-by: Matthias Bücher <mail@maddes.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31200 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[orion] update wrt350nv2-builder to v2.4 and use new functionality for target orion_g...
florian [Wed, 4 Apr 2012 16:06:25 +0000 (16:06 +0000)]
[orion] update wrt350nv2-builder to v2.4 and use new functionality for target orion_generic

Signed-off-by: Matthias Bücher <mail@maddes.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31199 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[orion] add support for D-Link DNS-323
florian [Wed, 4 Apr 2012 15:53:55 +0000 (15:53 +0000)]
[orion] add support for D-Link DNS-323

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 >
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31198 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[kernel/3+] add missing DM/MD config symbols
florian [Wed, 4 Apr 2012 15:53:52 +0000 (15:53 +0000)]
[kernel/3+] add missing DM/MD config  symbols

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31197 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[adm5120] fix typos in adm5120 switch driver (#4241)
florian [Wed, 4 Apr 2012 15:53:15 +0000 (15:53 +0000)]
[adm5120] fix typos in adm5120 switch driver (#4241)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31196 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[adm5120] add Edimax specific MAGIC_MAC_BASE to read MAC from flash (#4241]
florian [Wed, 4 Apr 2012 15:53:12 +0000 (15:53 +0000)]
[adm5120] add Edimax specific MAGIC_MAC_BASE to read MAC from flash (#4241]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31195 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[adm5120] fix support for 2.6.38 kernel
florian [Wed, 4 Apr 2012 15:53:09 +0000 (15:53 +0000)]
[adm5120] fix support for 2.6.38 kernel

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31194 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[adm5120] refresh 2.6.38 patches
florian [Wed, 4 Apr 2012 15:53:07 +0000 (15:53 +0000)]
[adm5120] refresh 2.6.38 patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31193 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[kernel/2.6.38] fix gcc-4.6 set but unused warnings
florian [Wed, 4 Apr 2012 15:53:04 +0000 (15:53 +0000)]
[kernel/2.6.38] fix gcc-4.6 set but unused warnings

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31192 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[kernel/2.6.38] refresh patches
florian [Wed, 4 Apr 2012 15:53:01 +0000 (15:53 +0000)]
[kernel/2.6.38] refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31191 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] util-linux: prevent packaging libtool placeholder scripts (#11224)
jow [Wed, 4 Apr 2012 11:40:08 +0000 (11:40 +0000)]
[package] util-linux: prevent packaging libtool placeholder scripts (#11224)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31183 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agodnsmasq: configure dnsmasq via flat config file and not command-line args
jow [Mon, 2 Apr 2012 22:31:21 +0000 (22:31 +0000)]
dnsmasq: configure dnsmasq via flat config file and not command-line args

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31182 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] iproute2: update to 3.2.0 and package 'ss'
florian [Mon, 2 Apr 2012 16:25:51 +0000 (16:25 +0000)]
[package] iproute2: update to 3.2.0 and package 'ss'

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31179 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] util-linux: move and update
florian [Mon, 2 Apr 2012 16:25:48 +0000 (16:25 +0000)]
[package] util-linux: move and update

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31178 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] crda: update to 1.1.2
florian [Mon, 2 Apr 2012 16:25:40 +0000 (16:25 +0000)]
[package] crda: update to 1.1.2

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31177 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] mm-macros: update to 0.9.5
florian [Mon, 2 Apr 2012 16:25:38 +0000 (16:25 +0000)]
[tools] mm-macros: update to 0.9.5

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31176 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] qemu: update to 0.14.1
florian [Mon, 2 Apr 2012 16:25:35 +0000 (16:25 +0000)]
[tools] qemu: update to 0.14.1

This patch has not been tested on freebsd. File block/sheepdog.c has
been changed and the patch does no longer apply. Anyone with freebsd who
could test this?

All my other patches regarding the tools upgrade were tested on linux
x64 and produce a working image. Once submitted patches get applied I
will upgrade the remaining tools...

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31175 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] mpc: update to 0.9
florian [Mon, 2 Apr 2012 16:25:31 +0000 (16:25 +0000)]
[tools] mpc: update to 0.9

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31174 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] automake: update to 1.11.3
florian [Mon, 2 Apr 2012 16:25:28 +0000 (16:25 +0000)]
[tools] automake: update to 1.11.3

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31173 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] xz: update to 5.0.3
florian [Mon, 2 Apr 2012 16:25:25 +0000 (16:25 +0000)]
[tools] xz: update to 5.0.3

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31172 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] mkimage: update to 2011.12
florian [Mon, 2 Apr 2012 16:25:23 +0000 (16:25 +0000)]
[tools] mkimage: update to 2011.12

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31171 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] cloog: update to 0.15.11
florian [Mon, 2 Apr 2012 16:25:20 +0000 (16:25 +0000)]
[tools] cloog: update to 0.15.11

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31170 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] gmp: update to 5.0.4
florian [Mon, 2 Apr 2012 16:25:17 +0000 (16:25 +0000)]
[tools] gmp: update to 5.0.4

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31169 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] cmake: update to 2.8.7
florian [Mon, 2 Apr 2012 16:25:14 +0000 (16:25 +0000)]
[tools] cmake: update to 2.8.7

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31168 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] bison: update to 2.5
florian [Mon, 2 Apr 2012 16:25:11 +0000 (16:25 +0000)]
[tools] bison: update to 2.5

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31167 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[tools] ccache: update to 3.1.7
florian [Mon, 2 Apr 2012 16:25:08 +0000 (16:25 +0000)]
[tools] ccache: update to 3.1.7

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31166 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: update linux 3.2 to 3.2.13 and refresh patches
jogo [Sun, 1 Apr 2012 07:56:55 +0000 (07:56 +0000)]
kernel: update linux 3.2 to 3.2.13 and refresh patches

Also remove a duplicate patch from lantiq (already in generic).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31158 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: add some more missing kernel symbols for 3.2 and 3.3
jogo [Sun, 1 Apr 2012 07:56:49 +0000 (07:56 +0000)]
kernel: add some more missing kernel symbols for 3.2 and 3.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31157 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] libnl-tiny: port upstream bugfix 8ee16e6688657886f591f0841cb8e892743ecf2a...
jow [Sun, 1 Apr 2012 05:32:32 +0000 (05:32 +0000)]
[package] libnl-tiny: port upstream bugfix 8ee16e6688657886f591f0841cb8e892743ecf2a from libnl, fixes error on hostapd interface initialization

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31155 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agorevert bad change
thepeople [Sun, 1 Apr 2012 02:53:06 +0000 (02:53 +0000)]
revert bad change

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31154 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoDisable xfs on avr32, it has been failing the build for at least a month
thepeople [Sun, 1 Apr 2012 01:45:18 +0000 (01:45 +0000)]
Disable xfs on avr32, it has been failing the build for at least a month

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31153 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomac80211: kmod-ath should not depend on PCI or USB support for the atheros target
nbd [Fri, 30 Mar 2012 10:12:53 +0000 (10:12 +0000)]
mac80211: kmod-ath should not depend on PCI or USB support for the atheros target

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31151 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: add some more missing serial 8250 config symbols
jogo [Fri, 30 Mar 2012 08:11:01 +0000 (08:11 +0000)]
kernel: add some more missing serial 8250 config symbols

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31149 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] xfsprogs: update download location
florian [Thu, 29 Mar 2012 17:09:50 +0000 (17:09 +0000)]
[package] xfsprogs: update download location

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31146 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agowpa_supplicant: make key_mgmt default to NONE
nbd [Thu, 29 Mar 2012 16:30:13 +0000 (16:30 +0000)]
wpa_supplicant: make key_mgmt default to NONE

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31145 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoramips: add support for the ARC FreeStation5 board, also fix WCR-150GN network setup...
jow [Thu, 29 Mar 2012 16:03:04 +0000 (16:03 +0000)]
ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN network setup while we're at it - thanks Pau Escrich <p4u@dabax.net> for the implementation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31144 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobrcm47xx: fix memory leak, backport from the mainline kernel
hauke [Thu, 29 Mar 2012 15:44:06 +0000 (15:44 +0000)]
brcm47xx: fix memory leak, backport from the mainline kernel

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31143 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobrcm47xx: add missing breaks into the nvram read code in the switch case statements
hauke [Thu, 29 Mar 2012 15:43:16 +0000 (15:43 +0000)]
brcm47xx: add missing breaks into the nvram read code in the switch case statements

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31142 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: restore ebtables functionality by running netfilter hooks when the ebtables...
nbd [Thu, 29 Mar 2012 14:15:54 +0000 (14:15 +0000)]
kernel: restore ebtables functionality by running netfilter hooks when the ebtables module is loaded

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31141 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agohostapd: fix driver_madwifi compile issues
nbd [Thu, 29 Mar 2012 12:52:32 +0000 (12:52 +0000)]
hostapd: fix driver_madwifi compile issues

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31139 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomadwifi: fix compile issues with linux 3.1/3.2
nbd [Thu, 29 Mar 2012 12:52:16 +0000 (12:52 +0000)]
madwifi: fix compile issues with linux 3.1/3.2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31138 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] mac80211: allow NOHT for IBSS mode
jow [Thu, 29 Mar 2012 12:24:43 +0000 (12:24 +0000)]
[package] mac80211: allow NOHT for IBSS mode

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31137 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] soloscli: Add script to syslog ADSL line stats
blogic [Thu, 29 Mar 2012 09:01:33 +0000 (09:01 +0000)]
[package] soloscli: Add script to syslog ADSL line stats

I run this from cron. With remote syslog enabled, this means I have a
record of ADSL line quality variation — which is useful when diagnosing
and reporting faults.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31136 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agopackage: kernel: add missing config symbols for serial-8250
jogo [Wed, 28 Mar 2012 21:55:15 +0000 (21:55 +0000)]
package: kernel: add missing config symbols for serial-8250

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31134 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobcm63xx: enable bcm6368 for linux 3.3 and build images
jogo [Wed, 28 Mar 2012 20:42:37 +0000 (20:42 +0000)]
bcm63xx: enable bcm6368 for linux 3.3 and build images

Only build bcm6368 images when building for linux 3.3.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31133 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobcm63xx: add initial support for bcm6368 boards
jogo [Wed, 28 Mar 2012 20:42:34 +0000 (20:42 +0000)]
bcm63xx: add initial support for bcm6368 boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31132 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobcm63xx: add driver for the internal hw trng on bcm6368
jogo [Wed, 28 Mar 2012 20:42:30 +0000 (20:42 +0000)]
bcm63xx: add driver for the internal hw trng on bcm6368

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31131 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobcm63xx: replace SPI driver with latest upstream version
jogo [Wed, 28 Mar 2012 20:42:25 +0000 (20:42 +0000)]
bcm63xx: replace SPI driver with latest upstream version

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31130 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobcm63xx: add ethernet support for bcm6368
jogo [Wed, 28 Mar 2012 20:42:20 +0000 (20:42 +0000)]
bcm63xx: add ethernet support for bcm6368

Add basic support for the internal ethernet switch on bcm6368. It behaves
as a dumb switch for now, but allows basic connectivity.

Also drop the ethernet patch for bcm6345 for now, it needs rework.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31129 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobcm63xx: add missing bits from extirq support
jogo [Wed, 28 Mar 2012 20:42:15 +0000 (20:42 +0000)]
bcm63xx: add missing bits from extirq support

Add missing external IRQ code parts for older chips in the new code.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31128 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobcm63xx: reorder patches
jogo [Wed, 28 Mar 2012 20:42:09 +0000 (20:42 +0000)]
bcm63xx: reorder patches

Reorder patches for a clearer distinction between the purposes of
the different patches.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31127 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobrcm47xx: update flash drivers
hauke [Wed, 28 Mar 2012 17:03:18 +0000 (17:03 +0000)]
brcm47xx: update flash drivers

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31126 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agonetifd: update to latest version, fixes a segfault with non-bridge interface hotplug
nbd [Wed, 28 Mar 2012 16:58:39 +0000 (16:58 +0000)]
netifd: update to latest version, fixes a segfault with non-bridge interface hotplug

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31125 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoRevert commit 31091 - "[target/xburst] remove set but unused variable which leads...
mirko [Wed, 28 Mar 2012 15:28:21 +0000 (15:28 +0000)]
Revert commit 31091 - "[target/xburst] remove set but unused variable which leads into compiling errors with GCC >= 4.6.0"

'set-but-unused-variable'-issues are dealt with in a generic way now

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31124 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[target/generic] deal with 'set-but-unused-variables' in a more generic way
mirko [Wed, 28 Mar 2012 15:28:13 +0000 (15:28 +0000)]
[target/generic] deal with 'set-but-unused-variables' in a more generic way

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31123 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoadd trelay, a trivial ethernet relay which allows pseudo-bridging ad-hoc or client...
nbd [Wed, 28 Mar 2012 11:02:38 +0000 (11:02 +0000)]
add trelay, a trivial ethernet relay which allows pseudo-bridging ad-hoc or client mode devices over vlans to other hosts

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31122 3c298f89-4303-0410-b956-a3cf2f4a3e73