openwrt.git
12 years ago[package] base-files: remove rdate integration, add busybox ntpd init script and...
jow [Thu, 27 Oct 2011 00:21:53 +0000 (00:21 +0000)]
[package] base-files: remove rdate integration, add busybox ntpd init script and server list in /etc/config/system
The rdate applet proved to be too unreliable to obtain the current time on boot:
- public time servers are rare and often unreachable or overloaded
- rdate does not daemonize, it needs a network connection the moment it is started, leading to race conditions
- the /etc/config/timeserver configuration is overly complex and there is no reliable way to disable rdate invocations
- the time protocol as specified in RFC 868 is considered obsolete
This commit adds an init script /etc/init.d/sysntpd which starts and stops the busybox ntpd accordingly.
The builtin ntpd can be disabled by either disabling the init script, removing the symlink to busybox or
by clearing the timeserver list in /etc/config/system.

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

12 years agonetifd: if core dump support is enabled, use it. also add some delay after start...
nbd [Wed, 26 Oct 2011 18:30:55 +0000 (18:30 +0000)]
netifd: if core dump support is enabled, use it. also add some delay after start to avoid race conditions with other init scripts

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

12 years agonetifd: update to the latest version, contains small fixes for interface reloading...
nbd [Wed, 26 Oct 2011 18:30:49 +0000 (18:30 +0000)]
netifd: update to the latest version, contains small fixes for interface reloading and adds support for dependency handling of stacked devices like dsa

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

12 years ago[scripts] getver.sh: cope with varying "git log" line formats to reliably extract...
jow [Wed, 26 Oct 2011 14:54:57 +0000 (14:54 +0000)]
[scripts] getver.sh: cope with varying "git log" line formats to reliably extract the git-svn rev (#10268)

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

12 years agoUpdate my email address
mb [Wed, 26 Oct 2011 14:54:26 +0000 (14:54 +0000)]
Update my email address

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

12 years agofirmware-utils/mktplinkfw: fix hardware id of the TL-WR740 v3
juhosg [Wed, 26 Oct 2011 13:34:48 +0000 (13:34 +0000)]
firmware-utils/mktplinkfw: fix hardware id of the TL-WR740 v3

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

12 years agopackage: mac80211: remove uses of $(LINUX_KMOD_SUFFIX)
jogo [Wed, 26 Oct 2011 13:01:15 +0000 (13:01 +0000)]
package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX)

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

12 years agopackage: kernel: remove last use of $(LINUX_KMOD_SUFFIX)
jogo [Wed, 26 Oct 2011 13:01:11 +0000 (13:01 +0000)]
package: kernel: remove last use of $(LINUX_KMOD_SUFFIX)

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

12 years agox86: disable crashlog, ioremap of RAM does not work properly here
nbd [Wed, 26 Oct 2011 11:49:25 +0000 (11:49 +0000)]
x86: disable crashlog, ioremap of RAM does not work properly here

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

12 years agopackage/kernel: remove remaining uses of $(LINUX_KMOD_SUFFIX)
nico [Wed, 26 Oct 2011 11:33:59 +0000 (11:33 +0000)]
package/kernel: remove remaining uses of $(LINUX_KMOD_SUFFIX)

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

12 years agoar71xx: create image for the WNDR3800
juhosg [Wed, 26 Oct 2011 06:12:47 +0000 (06:12 +0000)]
ar71xx: create image for the WNDR3800

This adds support for the Netgear WNDR3800, it is almost the same as
the WNDR3700v2. It just has more RAM so the hd_id had to be adjusted.

Signed-off-by: Petri Rosenström <petri.rosenstrom@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28597 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoinclude/package-ipkg.mk: fix typo
nico [Wed, 26 Oct 2011 00:49:07 +0000 (00:49 +0000)]
include/package-ipkg.mk: fix typo

Fix a typo that caused packaging of an empty ./lib/upgrade/keep.d
directory when the package supplied conffiles

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

12 years agopackage/zlib: include zlib.pc (pkconfig)
nico [Tue, 25 Oct 2011 21:10:37 +0000 (21:10 +0000)]
package/zlib: include zlib.pc (pkconfig)

Compiling zlib produces zlib.pc (pkgconfig), but it is not currently
installed in staging_dir/usr/lib/pkgconfig. If it was included other
packages depending on zlib could easier be compiled.

Signed-off-by: Espen Jürgensen <espenjurgensen@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28591 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agotarget: remove CONFIG_IDE_PROC_FS support as well
jow [Tue, 25 Oct 2011 16:40:06 +0000 (16:40 +0000)]
target: remove CONFIG_IDE_PROC_FS support as well

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

12 years agobrcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commit
jow [Tue, 25 Oct 2011 16:19:52 +0000 (16:19 +0000)]
brcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commit

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

12 years agotarget: globally disable BSD process accounting
jow [Tue, 25 Oct 2011 16:18:36 +0000 (16:18 +0000)]
target: globally disable BSD process accounting

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

12 years agobusybox: fix a compile error on mac os x
nbd [Tue, 25 Oct 2011 13:03:18 +0000 (13:03 +0000)]
busybox: fix a compile error on mac os x

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

12 years ago[package] mac80211: allow building ath9k_htc without PCI support, based on patch...
jow [Tue, 25 Oct 2011 11:25:51 +0000 (11:25 +0000)]
[package] mac80211: allow building ath9k_htc without PCI support, based on patch by Helmut Schaa <helmut.schaa@googlemail.com>

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

12 years agoramips: Support for NexAira BC2
juhosg [Mon, 24 Oct 2011 21:49:36 +0000 (21:49 +0000)]
ramips: Support for NexAira BC2

The preconfiguration of the USB LED has benn move to the
/etc/uci-defaults/leds script. [juhosg]

Signed-off-by: Adam Porter <porter.adam at gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28571 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoramips: fix switch-port assignment for HW550-3G
juhosg [Mon, 24 Oct 2011 21:49:32 +0000 (21:49 +0000)]
ramips: fix switch-port assignment for HW550-3G

WAN is on swtich port 0 for Aztech HW550-3G.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28570 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoramips: combine led setup for all boards in one file
juhosg [Mon, 24 Oct 2011 21:49:31 +0000 (21:49 +0000)]
ramips: combine led setup for all boards in one file

This removes unnecessary duplication and simplifies led setup for new
boards. It would be a one line change most likely.

Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28569 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoar71xx: build image for the Buffalo WHR-HP-G300N
juhosg [Mon, 24 Oct 2011 21:49:29 +0000 (21:49 +0000)]
ar71xx: build image for the Buffalo WHR-HP-G300N

Based on a patch by Yoichi Shinoda <shinoda@jaist.ac.jp>

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

12 years agoar71xx: Buffalo WHR-HP-G300N kernel support
juhosg [Mon, 24 Oct 2011 21:49:26 +0000 (21:49 +0000)]
ar71xx: Buffalo WHR-HP-G300N kernel support

The initial support for the Buffalo WHR-HP-G300N box.
The code was confirmed to boot and run, but not tested in depth.

Known problem: iw phy phy0 info shows:
Coverage class: 0 (up to 0m)
Available Antennas: TX 0 RX 0

Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28567 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agopackage/u-boot-envtools: update to version 2011.06.
juhosg [Mon, 24 Oct 2011 21:49:24 +0000 (21:49 +0000)]
package/u-boot-envtools: update to version 2011.06.

This updates uboot-envtools to the version which comes with U-Boot 2011.06.
The important novelity is that fw_setenv now supports batch processing, which
greatly improves sysupgrade of the ALL0258N as otherwise we would have to
overwrite uboot-env up to 8x in a single firmware upgrade.
Unfortunately, no newer version of the sources is available from Debian, so we
got to take it from the u-boot source which is kinda ugly...

Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28566 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoar71xx: build image for the Allnet ALL0258N board
juhosg [Mon, 24 Oct 2011 21:49:23 +0000 (21:49 +0000)]
ar71xx: build image for the Allnet ALL0258N board

Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28565 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoar71xx: add kernel support for the Allnet ALL0258N board
juhosg [Mon, 24 Oct 2011 21:49:21 +0000 (21:49 +0000)]
ar71xx: add kernel support for the Allnet ALL0258N board

This patchs adds support for the Allnet ALL0258N outdoor AP/bridge.
The ALL0258N is based on the AR7240 SoC paired with an AR9285 radio,
it got 8MB of NOR and 32MB SDRAM.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28564 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoar71xx: don't override CONFIG_FSNOTIFY
juhosg [Mon, 24 Oct 2011 21:49:18 +0000 (21:49 +0000)]
ar71xx: don't override CONFIG_FSNOTIFY

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

12 years ago[ar71xx] base-files: make sure inittab-console-fixup returns with success (#10275)
jow [Mon, 24 Oct 2011 21:35:43 +0000 (21:35 +0000)]
[ar71xx] base-files: make sure inittab-console-fixup returns with success (#10275)

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

12 years agopackage/ipset: move out to packages/net/
nico [Mon, 24 Oct 2011 21:35:02 +0000 (21:35 +0000)]
package/ipset: move out to packages/net/

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

12 years agopackage/perf: move out to packages/devel/
nico [Mon, 24 Oct 2011 21:33:35 +0000 (21:33 +0000)]
package/perf: move out to packages/devel/

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

12 years agonetifd: update to latest version, fixes a crash on dhcp renew
nbd [Mon, 24 Oct 2011 18:52:24 +0000 (18:52 +0000)]
netifd: update to latest version, fixes a crash on dhcp renew

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

12 years ago[package] relayd: update to git head 4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3
jow [Mon, 24 Oct 2011 17:05:00 +0000 (17:05 +0000)]
[package] relayd: update to git head 4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3

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

12 years agolinux: add 3.1 checksum
jogo [Mon, 24 Oct 2011 12:58:44 +0000 (12:58 +0000)]
linux: add 3.1 checksum

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

12 years agopackage/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)
nico [Mon, 24 Oct 2011 08:18:33 +0000 (08:18 +0000)]
package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)

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

12 years agopackage/busybox: revert config defaults inadvertently changed in [28513] (thanks...
nico [Mon, 24 Oct 2011 07:39:53 +0000 (07:39 +0000)]
package/busybox: revert config defaults inadvertently changed in [28513] (thanks to Liu Yu Fei, Eric), bump release number

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

12 years agonetifd: update to latest version, fixes interface hotplugging issues
nbd [Sun, 23 Oct 2011 17:22:19 +0000 (17:22 +0000)]
netifd: update to latest version, fixes interface hotplugging issues

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

12 years agonetifd: add two simple scripts for querying interface/device status
nbd [Sun, 23 Oct 2011 17:22:14 +0000 (17:22 +0000)]
netifd: add two simple scripts for querying interface/device status

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

12 years agonetifd: reload the network config on ifup -a
nbd [Sun, 23 Oct 2011 17:22:01 +0000 (17:22 +0000)]
netifd: reload the network config on ifup -a

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

12 years ago[package] firewall: prevent ip6tables -t nat rules (#10265)
jow [Sun, 23 Oct 2011 12:25:57 +0000 (12:25 +0000)]
[package] firewall: prevent ip6tables -t nat rules (#10265)

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

12 years ago[package] firewall: fix another instance of unquoted "*"
jow [Sat, 22 Oct 2011 21:38:10 +0000 (21:38 +0000)]
[package] firewall: fix another instance of unquoted "*"

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

12 years ago[package] firewall: fix possible expansion of "*" when rules with "option src *"...
jow [Sat, 22 Oct 2011 20:11:25 +0000 (20:11 +0000)]
[package] firewall: fix possible expansion of "*" when rules with "option src *" are processed

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

12 years ago[package] firewall: do not check for module availability, let iptables fail if a...
jow [Sat, 22 Oct 2011 19:50:35 +0000 (19:50 +0000)]
[package] firewall: do not check for module availability, let iptables fail if a feature is not present (#7610)

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

12 years ago[target] x86: allow VDI & VMDK images for all subtargets (closes: #10255)
nico [Sat, 22 Oct 2011 13:09:15 +0000 (13:09 +0000)]
[target] x86: allow VDI & VMDK images for all subtargets (closes: #10255)

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

12 years ago[package] wrt55agv2-spidevs: fix build with recent kernel
nico [Sat, 22 Oct 2011 10:40:45 +0000 (10:40 +0000)]
[package] wrt55agv2-spidevs: fix build with recent kernel

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

12 years ago[package] kernel: add dependency on kmod-crypto-authenc to kmod-ipsec (closes: #7431)
nico [Sat, 22 Oct 2011 10:19:27 +0000 (10:19 +0000)]
[package] kernel: add dependency on kmod-crypto-authenc to kmod-ipsec (closes: #7431)

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

12 years agonetifd: add a dependency on jshn
nbd [Sat, 22 Oct 2011 01:51:55 +0000 (01:51 +0000)]
netifd: add a dependency on jshn

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

12 years ago[package] busybox: update to 1.19.2 (thanks to Peter Wagner)
nico [Fri, 21 Oct 2011 23:08:45 +0000 (23:08 +0000)]
[package] busybox: update to 1.19.2 (thanks to Peter Wagner)

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

12 years agouci: fix segfault on import of anonymous sections (#10204)
nbd [Fri, 21 Oct 2011 20:50:23 +0000 (20:50 +0000)]
uci: fix segfault on import of anonymous sections (#10204)

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

12 years agouci: update to latest version (includes several bugfixes)
nbd [Fri, 21 Oct 2011 13:20:48 +0000 (13:20 +0000)]
uci: update to latest version (includes several bugfixes)

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

12 years agoscripts/feeds: override the OPENWRT_BUILD variable when calling internal targets...
nbd [Fri, 21 Oct 2011 13:03:37 +0000 (13:03 +0000)]
scripts/feeds: override the OPENWRT_BUILD variable when calling internal targets (based on patch from #10212)

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

12 years agotools/lzma-old fix compile issues (patch from #10253)
nbd [Fri, 21 Oct 2011 12:52:49 +0000 (12:52 +0000)]
tools/lzma-old fix compile issues (patch from #10253)

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

12 years agonetifd: add missing dependencies on libuci and libnl-tiny
nbd [Fri, 21 Oct 2011 12:42:57 +0000 (12:42 +0000)]
netifd: add missing dependencies on libuci and libnl-tiny

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

12 years ago[tools] upx: fix build error
nico [Fri, 21 Oct 2011 11:31:25 +0000 (11:31 +0000)]
[tools] upx: fix build error

g++ -O2 -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings -Werror -o compress.o -c compress.cpp
cc1plus: warnings being treated as errors
compress.cpp:75: error: unused parameter 'src'
...

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

12 years agoadd an initial (experimental) version of netifd, disabled by default
nbd [Fri, 21 Oct 2011 01:47:49 +0000 (01:47 +0000)]
add an initial (experimental) version of netifd, disabled by default

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

12 years agopppd: fix the exit code in case of authentication failure or other errors
nbd [Fri, 21 Oct 2011 01:34:12 +0000 (01:34 +0000)]
pppd: fix the exit code in case of authentication failure or other errors

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

12 years agopppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down}
nbd [Thu, 20 Oct 2011 21:42:07 +0000 (21:42 +0000)]
pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down}

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

12 years agoubusd: add an init script
nbd [Thu, 20 Oct 2011 15:01:12 +0000 (15:01 +0000)]
ubusd: add an init script

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

12 years agobase-files: move network related scripts to a separate package to make the transition...
nbd [Thu, 20 Oct 2011 15:01:06 +0000 (15:01 +0000)]
base-files: move network related scripts to a separate package to make the transition to netifd easier

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

12 years agoadd cname section
thepeople [Thu, 20 Oct 2011 12:12:26 +0000 (12:12 +0000)]
add cname section

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

12 years agolinux: generic: refresh patches for 3.1-rc10
jogo [Thu, 20 Oct 2011 10:32:44 +0000 (10:32 +0000)]
linux: generic: refresh patches for 3.1-rc10

Hopefully the last one and identical to final.

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

12 years agosquashfs4: Add support for LZMA Magic to unsquashfs
jogo [Wed, 19 Oct 2011 10:17:28 +0000 (10:17 +0000)]
squashfs4: Add support for LZMA Magic to unsquashfs

Some vendor firmwares use a different super block magic to indicate LZMA
compression. This patches adds support for detecting this and enable
extraction for those firmware's root filesystems.

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

12 years ago[package] 6in4: sync with HE.net endpoint update changes
jow [Mon, 17 Oct 2011 12:45:07 +0000 (12:45 +0000)]
[package] 6in4: sync with HE.net endpoint update changes

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

12 years ago[include] autotools.mk: link config.rpath before running autoreconf, also touch ABOUT...
jow [Sun, 16 Oct 2011 16:44:49 +0000 (16:44 +0000)]
[include] autotools.mk: link config.rpath before running autoreconf, also touch ABOUT-NLS - needed by minidlna CVS version

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

12 years ago[package] opkg: fix a double free of pkg vectors when recursively removing packages...
jow [Sat, 15 Oct 2011 01:05:25 +0000 (01:05 +0000)]
[package] opkg: fix a double free of pkg vectors when recursively removing packages due to --autoremove

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

12 years ago[package] udev: Provide define to enable compilation with kernel 2.6.32.33 headers
hcg [Fri, 14 Oct 2011 11:42:40 +0000 (11:42 +0000)]
[package] udev: Provide define to enable compilation with kernel 2.6.32.33 headers

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

12 years ago[package] mac80211: autoload ath9k_htc after USB controller drivers
jow [Thu, 13 Oct 2011 14:29:06 +0000 (14:29 +0000)]
[package] mac80211: autoload ath9k_htc after USB controller drivers

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

12 years agomac80211: fix some dependencies and make lib80211 compile without cfg80211 selected
hauke [Thu, 13 Oct 2011 12:13:25 +0000 (12:13 +0000)]
mac80211: fix some dependencies and make lib80211 compile without cfg80211 selected

* libertas: does not depend on mac80211 but on cfg80211 and it uses wext
* libipw: also uses wext
* net-hermes: it is enough if the main package net-hermes depends on cfg80211
* Now it is possible to build it without cfg80211 at all

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

12 years agomac80211: use new version of carl80211 firmware
hauke [Thu, 13 Oct 2011 12:02:35 +0000 (12:02 +0000)]
mac80211: use new version of carl80211 firmware

This firmware is compatible with the driver version in use.

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

12 years agomac80211: use correct firmware for ath9k_htc
hauke [Thu, 13 Oct 2011 11:34:28 +0000 (11:34 +0000)]
mac80211: use correct firmware for ath9k_htc

The old firmware for ath9k_htc was not compatible with the driver since april.
Also update to a new version of linux-firmware to get the newest version of these firmware files.

Thank you Helmut Schaa for reporting this.

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

12 years ago[tools]: add upx, but make it build only for ppc now
kaloz [Wed, 12 Oct 2011 10:42:38 +0000 (10:42 +0000)]
[tools]: add upx, but make it build only for ppc now

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

12 years agolinux: ar71xx: add support for Mikrotik Routerboard RB493G
jogo [Tue, 11 Oct 2011 23:05:16 +0000 (23:05 +0000)]
linux: ar71xx: add support for Mikrotik Routerboard RB493G

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

12 years agoar71xx: add a workaround for ar8316 not always driving the TA bit to low
jogo [Tue, 11 Oct 2011 23:05:13 +0000 (23:05 +0000)]
ar71xx: add a workaround for ar8316 not always driving the TA bit to low

AR8316 behind a GPIO bitbanged MDIO bus fails to drive the turnaround bit
to low despite returning a valid value. Ignore it and just use the
returned value anyway.

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

12 years agoar8216: use mdiobus_{read,write} to ensure proper locking
jogo [Tue, 11 Oct 2011 23:05:10 +0000 (23:05 +0000)]
ar8216: use mdiobus_{read,write} to ensure proper locking

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

12 years agoinclude: autotools.mk: do not fail in patch-libtool fixup if patch is already applied
jow [Tue, 11 Oct 2011 18:15:12 +0000 (18:15 +0000)]
include: autotools.mk: do not fail in patch-libtool fixup if patch is already applied

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

12 years ago[package] base-files: introduce "igmp_snooping" option to toggle IGMP snooping on...
jow [Tue, 11 Oct 2011 13:43:08 +0000 (13:43 +0000)]
[package] base-files: introduce "igmp_snooping" option to toggle IGMP snooping on bridge interfaces

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

12 years ago[ltq-dsl]
blogic [Mon, 10 Oct 2011 15:14:17 +0000 (15:14 +0000)]
[ltq-dsl]

* add support for ar9
* add support for ase

(vr9 support is still a todo)

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

12 years ago[lantiq]
blogic [Mon, 10 Oct 2011 15:13:46 +0000 (15:13 +0000)]
[lantiq]

* update patches to 3.0
* add basic vr9 support
* backport 3.1 fixes
* backport 3.2 queue (falcon)

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

12 years agoubus: update to latest version, includes a small bugfix for object call replies
nbd [Mon, 10 Oct 2011 15:05:31 +0000 (15:05 +0000)]
ubus: update to latest version, includes a small bugfix for object call replies

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

12 years ago[package] kernel: fix i2c section after r28334
florian [Mon, 10 Oct 2011 09:23:56 +0000 (09:23 +0000)]
[package] kernel: fix i2c section after r28334

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

12 years agofix a small logic error in package download
nbd [Sun, 9 Oct 2011 16:54:03 +0000 (16:54 +0000)]
fix a small logic error in package download

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

12 years agobuild system: add a feature that allows you to pull sources from a git tree instead...
nbd [Sun, 9 Oct 2011 16:33:59 +0000 (16:33 +0000)]
build system: add a feature that allows you to pull sources from a git tree instead of the usual tarball

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

12 years agoupdate libubox and ubus to the latest version
nbd [Sun, 9 Oct 2011 16:01:49 +0000 (16:01 +0000)]
update libubox and ubus to the latest version

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

12 years agomac80211: update to wireless-testing 2011-10-05 + pending patches
nbd [Sun, 9 Oct 2011 15:48:03 +0000 (15:48 +0000)]
mac80211: update to wireless-testing 2011-10-05 + pending patches

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

12 years agopackage/gdb: disable expat properly, remove conditional dependency on libexpat, bump...
nico [Sun, 9 Oct 2011 14:11:33 +0000 (14:11 +0000)]
package/gdb: disable expat properly, remove conditional dependency on libexpat, bump release number

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

12 years agomac80211: set the country code early to allow crda to settle
nbd [Sat, 8 Oct 2011 17:34:56 +0000 (17:34 +0000)]
mac80211: set the country code early to allow crda to settle

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

12 years agomac80211: remove a WARN_ON that causes compile errors on 2.6.32
nbd [Sat, 8 Oct 2011 15:20:34 +0000 (15:20 +0000)]
mac80211: remove a WARN_ON that causes compile errors on 2.6.32

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

12 years agoiw: update to v3.1, add support for per-chain signal strength info
nbd [Sat, 8 Oct 2011 14:48:29 +0000 (14:48 +0000)]
iw: update to v3.1, add support for per-chain signal strength info

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

12 years agoath9k: add support for per-chain signal strength info
nbd [Sat, 8 Oct 2011 14:48:23 +0000 (14:48 +0000)]
ath9k: add support for per-chain signal strength info

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

12 years agoath9k: extend the phy error disable patch
nbd [Sat, 8 Oct 2011 13:41:04 +0000 (13:41 +0000)]
ath9k: extend the phy error disable patch

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

12 years agoag71xx: close a race between the phy state machine and link state
jogo [Sat, 8 Oct 2011 11:37:14 +0000 (11:37 +0000)]
ag71xx: close a race between the phy state machine and link state

A fast stop/start cycle could leave the ag71xx interrupts and tx engine
disabled when using a phy driver with a fixed link and the start/stop
happens between two phy state machine polls.

Prevent this by always forcing the link down on stop regardless of phy
state and having a phy connected.

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

12 years agoath9k: disable phy error reporting on the rx queue to improve stability under noisy...
nbd [Fri, 7 Oct 2011 19:00:02 +0000 (19:00 +0000)]
ath9k: disable phy error reporting on the rx queue to improve stability under noisy conditions

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

12 years ago[package] iproute2: update to 2.6.39
florian [Fri, 7 Oct 2011 16:03:12 +0000 (16:03 +0000)]
[package] iproute2: update to 2.6.39

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28378 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[generic] add IDs for Huawai K3770, K3771, K4510 and K4511 to option driver
jow [Thu, 6 Oct 2011 18:23:16 +0000 (18:23 +0000)]
[generic] add IDs for Huawai K3770, K3771, K4510 and K4511 to option driver

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

12 years ago[package] ppp: move the rp_pppoe_* options behind the plugin argument
jow [Tue, 4 Oct 2011 23:41:12 +0000 (23:41 +0000)]
[package] ppp: move the rp_pppoe_* options behind the plugin argument

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

12 years ago[package] ppp: implement pppoe specific uci options "ac" and "service" which map...
jow [Tue, 4 Oct 2011 23:37:53 +0000 (23:37 +0000)]
[package] ppp: implement pppoe specific uci options "ac" and "service" which map to "rp_pppoe_ac" and "rp_pppoe_service"

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

12 years ago[package] ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options...
jow [Tue, 4 Oct 2011 23:10:36 +0000 (23:10 +0000)]
[package] ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by appending the nic-xxx argument last

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

12 years ago[malta] add missing kernel config symbols
florian [Tue, 4 Oct 2011 09:15:37 +0000 (09:15 +0000)]
[malta] add missing kernel config symbols

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

12 years agoswconfig: fix vlan/port configs being applied to all switches
jogo [Mon, 3 Oct 2011 23:39:31 +0000 (23:39 +0000)]
swconfig: fix vlan/port configs being applied to all switches

Check devn instead of dev (which will never be null at this point).

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

12 years ago[include] kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI...
jow [Mon, 3 Oct 2011 11:33:13 +0000 (11:33 +0000)]
[include] kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI or CONFIG_EXTERNAL_KERNEL_TREE, do not make the prepared stamp file depend on it in this case

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

12 years ago[include] kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is set
jow [Mon, 3 Oct 2011 10:19:25 +0000 (10:19 +0000)]
[include] kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is set

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