openwrt.git
13 years agoit's time for some attitude adjustment ;)
kaloz [Sun, 13 Feb 2011 11:20:09 +0000 (11:20 +0000)]
it's time for some attitude adjustment ;)

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

13 years agolibnl: update to version 2.0 (patch by Philip Prindeville)
nbd [Sun, 13 Feb 2011 03:56:12 +0000 (03:56 +0000)]
libnl: update to version 2.0 (patch by Philip Prindeville)

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

13 years agobusybox: disable killall5 - nothing uses it
nbd [Sun, 13 Feb 2011 03:26:15 +0000 (03:26 +0000)]
busybox: disable killall5 - nothing uses it

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

13 years agoremove the shared object stubs of libnsl and libresolv - let the compiler use the...
nbd [Sun, 13 Feb 2011 03:26:10 +0000 (03:26 +0000)]
remove the shared object stubs of libnsl and libresolv - let the compiler use the static variants instead

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

13 years agosoloscli: allow user to apply settings to solos h/w before bringing up network (patch...
nbd [Sun, 13 Feb 2011 02:52:49 +0000 (02:52 +0000)]
soloscli: allow user to apply settings to solos h/w before bringing up network (patch by Philip Prindeville)

If the network/wan configuration contains "solos0" ... "solos3" then this list of strings will be applied to the FPGA when the hardware is hotplug added.

The syntax should be "tag=value", as per the values enumerated in the solos-attr.c list.

In the canned example, the modem is temporarily turned off, told to detect noise, told to disable annexes M and A (effectively putting it into pure ADSL mode), and re-activated.

There's probably a more appropriate function name than "dialog" but that's what I came up with.

Handle other ATM hardware (Eagle, etc) besides solos-pci.

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

13 years agoswconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig...
nbd [Sun, 13 Feb 2011 02:52:44 +0000 (02:52 +0000)]
swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig uses libnl-tiny anyway

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

13 years agobusybox: disable nfs mount support by default - people that want to mount nfs shares...
nbd [Sun, 13 Feb 2011 02:52:40 +0000 (02:52 +0000)]
busybox: disable nfs mount support by default - people that want to mount nfs shares can install the nfs-utils package

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

13 years agobusybox: fix compile with librpc if necessary (required by nfs mount support)
nbd [Sun, 13 Feb 2011 02:52:34 +0000 (02:52 +0000)]
busybox: fix compile with librpc if necessary (required by nfs mount support)

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

13 years agobusybox: disable the check for the uclibc rpc config option
nbd [Sun, 13 Feb 2011 02:52:30 +0000 (02:52 +0000)]
busybox: disable the check for the uclibc rpc config option

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

13 years agometadata: fix handling of multiple build dependencies with different conditions
nbd [Sun, 13 Feb 2011 02:52:22 +0000 (02:52 +0000)]
metadata: fix handling of multiple build dependencies with different conditions

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

13 years agouclibc: disable rpc support - replaced by the external librpc, saves ~80k
nbd [Sun, 13 Feb 2011 01:45:59 +0000 (01:45 +0000)]
uclibc: disable rpc support - replaced by the external librpc, saves ~80k

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

13 years agoadd a variable LIBRPC to refer to the external librpc if used
nbd [Sun, 13 Feb 2011 01:45:07 +0000 (01:45 +0000)]
add a variable LIBRPC to refer to the external librpc if used

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

13 years agoadd librpc, an externally build version of the uclibc rpc support
nbd [Sun, 13 Feb 2011 01:45:01 +0000 (01:45 +0000)]
add librpc, an externally build version of the uclibc rpc support

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

13 years agobase-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the code there
nbd [Sun, 13 Feb 2011 01:44:57 +0000 (01:44 +0000)]
base-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the code there

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

13 years agobusybox: disable diff by default - apparently it was necessary for ipkg once, but...
nbd [Sun, 13 Feb 2011 01:44:53 +0000 (01:44 +0000)]
busybox: disable diff by default - apparently it was necessary for ipkg once, but opkg does not seem to use it - saves ~10k on mips

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

13 years agomove the cbc crypto module out of the crypto core and into a separate package - it...
nbd [Sat, 12 Feb 2011 23:55:06 +0000 (23:55 +0000)]
move the cbc crypto module out of the crypto core and into a separate package - it is only used for ipsec

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

13 years agoremove an obsolete CompareKernelPatchVer call
nbd [Sat, 12 Feb 2011 23:55:03 +0000 (23:55 +0000)]
remove an obsolete CompareKernelPatchVer call

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

13 years agomove the deflate crypto module out of the crypto core and into a separate package...
nbd [Sat, 12 Feb 2011 23:54:59 +0000 (23:54 +0000)]
move the deflate crypto module out of the crypto core and into a separate package - it is only used for ipsec

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

13 years agoremove a remaining reference to linux 2.4
nbd [Sat, 12 Feb 2011 23:54:55 +0000 (23:54 +0000)]
remove a remaining reference to linux 2.4

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

13 years ago[package] allow gemini target to use rfkill
florian [Sat, 12 Feb 2011 19:39:55 +0000 (19:39 +0000)]
[package] allow gemini target to use rfkill

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

13 years ago[uml] switch to 2.6.37
florian [Sat, 12 Feb 2011 19:04:20 +0000 (19:04 +0000)]
[uml] switch to 2.6.37

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

13 years ago[uml] add 2.6.37 support
florian [Sat, 12 Feb 2011 19:04:16 +0000 (19:04 +0000)]
[uml] add 2.6.37 support

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

13 years ago[kernel] refresh 2.6.37 patches
florian [Sat, 12 Feb 2011 19:04:12 +0000 (19:04 +0000)]
[kernel] refresh 2.6.37 patches

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

13 years ago[uml] update readme wrt ext2/ext4 usage
florian [Sat, 12 Feb 2011 19:04:09 +0000 (19:04 +0000)]
[uml] update readme wrt ext2/ext4 usage

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

13 years ago[package] base-files: remove ptbtime3 rdate server, its dead
jow [Sat, 12 Feb 2011 17:54:01 +0000 (17:54 +0000)]
[package] base-files: remove ptbtime3 rdate server, its dead

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

13 years ago[package] base-files: update rdate server list
jow [Sat, 12 Feb 2011 17:46:36 +0000 (17:46 +0000)]
[package] base-files: update rdate server list

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

13 years ago[package] base-file: cleanup ipv6 enabling in unbridge
jow [Sat, 12 Feb 2011 16:14:15 +0000 (16:14 +0000)]
[package] base-file: cleanup ipv6 enabling in unbridge

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

13 years agobrcm47xx: fix error when build firmware on x86_64 host (closes #7672)
hauke [Sat, 12 Feb 2011 13:17:47 +0000 (13:17 +0000)]
brcm47xx: fix error when build firmware on x86_64 host (closes #7672)

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

13 years agotahvo doesn't need ohci
mb [Fri, 11 Feb 2011 18:09:17 +0000 (18:09 +0000)]
tahvo doesn't need ohci

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

13 years ago[package] use i2c_defaults for kmod-i2c-at91
florian [Fri, 11 Feb 2011 17:37:51 +0000 (17:37 +0000)]
[package] use i2c_defaults for kmod-i2c-at91

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

13 years agoomap24xx: Enable verbose kernel error reporting
mb [Fri, 11 Feb 2011 15:03:37 +0000 (15:03 +0000)]
omap24xx: Enable verbose kernel error reporting

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

13 years agoAdd tusb6010 package and let tahvo-usb select it
mb [Fri, 11 Feb 2011 14:35:08 +0000 (14:35 +0000)]
Add tusb6010 package and let tahvo-usb select it

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

13 years ago[docs]: kamikaze has been released long ago
kaloz [Fri, 11 Feb 2011 14:04:00 +0000 (14:04 +0000)]
[docs]: kamikaze has been released long ago

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

13 years ago[tools/wrt350nv2-builder]: the url isn't valid for some time
kaloz [Fri, 11 Feb 2011 14:03:04 +0000 (14:03 +0000)]
[tools/wrt350nv2-builder]: the url isn't valid for some time

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

13 years agoRemove TUSB6010 config options from musb config
mb [Fri, 11 Feb 2011 12:57:20 +0000 (12:57 +0000)]
Remove TUSB6010 config options from musb config

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

13 years agoadd missing chunk from the last commit
nbd [Fri, 11 Feb 2011 02:11:12 +0000 (02:11 +0000)]
add missing chunk from the last commit

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

13 years agolibubox: add a package for libblobmsg-json
nbd [Fri, 11 Feb 2011 02:09:31 +0000 (02:09 +0000)]
libubox: add a package for libblobmsg-json

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

13 years agolibubox does not depend on libjson
nbd [Fri, 11 Feb 2011 02:08:04 +0000 (02:08 +0000)]
libubox does not depend on libjson

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

13 years agoadd ubus - the new openwrt message bus / rpc daemon
nbd [Fri, 11 Feb 2011 01:58:59 +0000 (01:58 +0000)]
add ubus - the new openwrt message bus / rpc daemon

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

13 years agolibubox: update to 2011-02-11, includes a few uloop fixes
nbd [Fri, 11 Feb 2011 01:58:48 +0000 (01:58 +0000)]
libubox: update to 2011-02-11, includes a few uloop fixes

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

13 years ago[package] base-files:
jow [Fri, 11 Feb 2011 00:39:11 +0000 (00:39 +0000)]
[package] base-files:
- properly disable IPv6 on bridge ports
- introduce accept_ra option, defaults to true for dhcp interfaces, false for others
- introduce send_rs option, defaults to true for static interfaces, false for others

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

13 years ago[package] base-files: derive lease_acquired dhcp state var from /proc/uptime
jow [Thu, 10 Feb 2011 20:05:05 +0000 (20:05 +0000)]
[package] base-files: derive lease_acquired dhcp state var from /proc/uptime

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

13 years ago[package] pjsip: fix linking failure w/ ARM eabi
florian [Thu, 10 Feb 2011 18:03:25 +0000 (18:03 +0000)]
[package] pjsip: fix linking failure w/ ARM eabi

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

13 years ago[realview] switch to 2.6.37
florian [Thu, 10 Feb 2011 18:03:22 +0000 (18:03 +0000)]
[realview] switch to 2.6.37

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

13 years ago[malta] update to 2.6.37
florian [Thu, 10 Feb 2011 18:03:19 +0000 (18:03 +0000)]
[malta] update to 2.6.37

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

13 years ago[kernel] add missing 2.6.37 config symbols.
florian [Thu, 10 Feb 2011 18:03:16 +0000 (18:03 +0000)]
[kernel] add missing 2.6.37 config symbols.

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

13 years agokernel-headers: get rid of the arch/$(ARCH)/include/asm vs include/asm-$(ARCH) copyin...
nbd [Thu, 10 Feb 2011 03:52:39 +0000 (03:52 +0000)]
kernel-headers: get rid of the arch/$(ARCH)/include/asm vs include/asm-$(ARCH) copying mess and stick to what the kernel is using

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

13 years agoiw: add support for showing the rx bitrate
nbd [Thu, 10 Feb 2011 03:37:35 +0000 (03:37 +0000)]
iw: add support for showing the rx bitrate

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

13 years agomac80211: add a patch for keeping track of the rx bitrate of remote stations
nbd [Thu, 10 Feb 2011 03:37:32 +0000 (03:37 +0000)]
mac80211: add a patch for keeping track of the rx bitrate of remote stations

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

13 years agoiw: update to 0.9.22
nbd [Thu, 10 Feb 2011 03:37:28 +0000 (03:37 +0000)]
iw: update to 0.9.22

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

13 years agoath9k: remove an old tx stop workaround which conflicts with the powersave fixes
nbd [Thu, 10 Feb 2011 03:37:23 +0000 (03:37 +0000)]
ath9k: remove an old tx stop workaround which conflicts with the powersave fixes

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

13 years agon810bm: Set minimum voltage threshold to 3200
mb [Wed, 9 Feb 2011 20:09:49 +0000 (20:09 +0000)]
n810bm: Set minimum voltage threshold to 3200

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

13 years ago[brcm63xx] fix T-Com Speedport W 500V default config
florian [Wed, 9 Feb 2011 13:09:02 +0000 (13:09 +0000)]
[brcm63xx] fix T-Com Speedport W 500V default config

The device is called SPW500V, not SP500W.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25431 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agon810bm: Add charger detection
mb [Wed, 9 Feb 2011 12:53:37 +0000 (12:53 +0000)]
n810bm: Add charger detection

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

13 years agoath9k: improve the power save fix by closing another remaining race condition for...
nbd [Tue, 8 Feb 2011 23:35:20 +0000 (23:35 +0000)]
ath9k: improve the power save fix by closing another remaining race condition for setting the TIM bit

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

13 years agoopenssl: update to 1.0.0d - includes important bug and security fixes (patch by tripolar)
nbd [Tue, 8 Feb 2011 22:52:21 +0000 (22:52 +0000)]
openssl: update to 1.0.0d - includes important bug and security fixes (patch by tripolar)

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

13 years agoath9k: add fixes for AP side powersave frame buffering
nbd [Tue, 8 Feb 2011 19:31:50 +0000 (19:31 +0000)]
ath9k: add fixes for AP side powersave frame buffering

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

13 years agomac80211: update to wireless-testing 2010-02-07
nbd [Tue, 8 Feb 2011 19:31:43 +0000 (19:31 +0000)]
mac80211: update to wireless-testing 2010-02-07

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

13 years agon810: Add kmod-n810bm to profile
mb [Tue, 8 Feb 2011 17:25:39 +0000 (17:25 +0000)]
n810: Add kmod-n810bm to profile

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

13 years agon810: Support modular battery management
mb [Tue, 8 Feb 2011 17:25:02 +0000 (17:25 +0000)]
n810: Support modular battery management

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

13 years agohotplug2: Only ignore failed includes for missing files
mb [Tue, 8 Feb 2011 17:23:37 +0000 (17:23 +0000)]
hotplug2: Only ignore failed includes for missing files

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

13 years ago[brcm63xx] fix build of brcm-wl
florian [Tue, 8 Feb 2011 13:46:12 +0000 (13:46 +0000)]
[brcm63xx] fix build of brcm-wl

The fallback needs to be exported for bcm63xx, too. Runtime tested with a
BCM4322 on a BCM6358.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25420 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath: fix world regulatory domain fix-up so that all regulatory rules are processed
nbd [Tue, 8 Feb 2011 12:36:25 +0000 (12:36 +0000)]
ath: fix world regulatory domain fix-up so that all regulatory rules are processed

r24503 (trunk) and r24505 (backfire) revised the regulatory rules used
for the ath drivers' world regulatory domains in the 5GHz band by
opening up channels 36, 40, 44, and 48 to being used without the
*_PASSIVE_SCAN and *_NO_IBSS flags set. This was done by breaking
ATH9K_5GHZ_5150_5350 into two REG_RULES. The various struct
ieee80211_regdomains that reference these rules in their reg_rules
fields need to have their n_reg_rules fields updated accordingly.

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

13 years ago[package] busybox: get root home dir from /etc/passwd in telnet init script (thanks...
acinonyx [Tue, 8 Feb 2011 01:01:17 +0000 (01:01 +0000)]
[package] busybox: get root home dir from /etc/passwd in telnet init script (thanks tripolar)

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

13 years ago[package] base-files: Add include for target specific hotplug rules
acinonyx [Mon, 7 Feb 2011 22:28:09 +0000 (22:28 +0000)]
[package] base-files: Add include for target specific hotplug rules

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

13 years ago[package] hotplug2: Make missing include files non fatal
acinonyx [Mon, 7 Feb 2011 22:28:04 +0000 (22:28 +0000)]
[package] hotplug2: Make missing include files non fatal

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

13 years ago[ltq-kpi2udp]
blogic [Mon, 7 Feb 2011 21:48:55 +0000 (21:48 +0000)]
[ltq-kpi2udp]
* adss in-kernel udp redirect plugin for lantiq voice optimisation

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

13 years ago[voip]
blogic [Mon, 7 Feb 2011 21:47:54 +0000 (21:47 +0000)]
[voip]
* drop libtapi and tapi_sip (moved to external git)
* add build variants to pjsip
* split tapi_dev audio driver out of patch into src/

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

13 years ago[package] busybox: Check if an SSH daemon is enabled before disabling telnet access...
acinonyx [Mon, 7 Feb 2011 21:45:02 +0000 (21:45 +0000)]
[package] busybox: Check if an SSH daemon is enabled before disabling telnet access (#8760)

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

13 years agorelayd: update to 2011-02-07, uses cmake and libubox now
nbd [Mon, 7 Feb 2011 18:17:17 +0000 (18:17 +0000)]
relayd: update to 2011-02-07, uses cmake and libubox now

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

13 years agoadd libubox, a small utility library containing blob/blobmsg (structured message...
nbd [Mon, 7 Feb 2011 18:17:12 +0000 (18:17 +0000)]
add libubox, a small utility library containing blob/blobmsg (structured message format libraries), uloop, usock, list.h and the olsr avl tree implementation

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

13 years agolibjson-c: add to core (instead of packages)
nbd [Mon, 7 Feb 2011 18:16:31 +0000 (18:16 +0000)]
libjson-c: add to core (instead of packages)

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

13 years agomac80211: fix the check for cloned skbs in the tx path
nbd [Mon, 7 Feb 2011 10:42:40 +0000 (10:42 +0000)]
mac80211: fix the check for cloned skbs in the tx path

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

13 years agoomap24xx: Remove 2.6.36
mb [Sun, 6 Feb 2011 21:06:43 +0000 (21:06 +0000)]
omap24xx: Remove 2.6.36

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

13 years agouse := instead of = for PKG_CONFIG_PATH to prevent recursion
nbd [Sun, 6 Feb 2011 16:04:33 +0000 (16:04 +0000)]
use := instead of = for PKG_CONFIG_PATH to prevent recursion

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

13 years agoallow packages to override/extend PKG_CONFIG_PATH
nbd [Sun, 6 Feb 2011 15:18:30 +0000 (15:18 +0000)]
allow packages to override/extend PKG_CONFIG_PATH

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

13 years agon810: Remove firmware preinit scripts
mb [Sun, 6 Feb 2011 14:43:26 +0000 (14:43 +0000)]
n810: Remove firmware preinit scripts

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

13 years agon810: Add firmware generator hotplug scripts
mb [Sun, 6 Feb 2011 14:42:42 +0000 (14:42 +0000)]
n810: Add firmware generator hotplug scripts

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

13 years agohotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware load events
mb [Sun, 6 Feb 2011 14:35:07 +0000 (14:35 +0000)]
hotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware load events

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

13 years agon810: Add the CAL BME PMM extractor script to preinit.
mb [Sun, 6 Feb 2011 12:45:21 +0000 (12:45 +0000)]
n810: Add the CAL BME PMM extractor script to preinit.

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

13 years agon810: Add more battery management code
mb [Sun, 6 Feb 2011 12:44:12 +0000 (12:44 +0000)]
n810: Add more battery management code

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

13 years agomac80211: when operating as a 4-addr station, do not pick up 4-addr frames meant...
nbd [Sat, 5 Feb 2011 22:38:23 +0000 (22:38 +0000)]
mac80211: when operating as a 4-addr station, do not pick up 4-addr frames meant for other stations, as this would confuse the bridge layer

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

13 years agocmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands in a...
mb [Sat, 5 Feb 2011 19:50:54 +0000 (19:50 +0000)]
cmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands in a verbose openwrt build.

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

13 years agocmake: Remove -O3 from release CFLAGS. Honor the OpenWRT -Os flag instead.
mb [Sat, 5 Feb 2011 19:39:48 +0000 (19:39 +0000)]
cmake: Remove -O3 from release CFLAGS. Honor the OpenWRT -Os flag instead.

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

13 years ago[uboot-lantiq]
blogic [Sat, 5 Feb 2011 15:23:08 +0000 (15:23 +0000)]
[uboot-lantiq]
* reorder patches

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

13 years ago[madwifi]
blogic [Sat, 5 Feb 2011 15:08:18 +0000 (15:08 +0000)]
[madwifi]
* fixe up ifxmips patch for eeprom emulation to work with lantiq target

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

13 years ago[package] base-files: remove remaining conffiles reference to /etc/banner
jow [Fri, 4 Feb 2011 23:05:12 +0000 (23:05 +0000)]
[package] base-files: remove remaining conffiles reference to /etc/banner

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

13 years ago[lantiq]
blogic [Fri, 4 Feb 2011 22:49:52 +0000 (22:49 +0000)]
[lantiq]
* adds ath5k platform support
* adds several new profiles

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

13 years ago[lantiq]
blogic [Fri, 4 Feb 2011 22:48:53 +0000 (22:48 +0000)]
[lantiq]
* fixes old ifxmips in header file
* pass default ebu value to gpio driver

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

13 years ago[uboot-lantiq]
blogic [Fri, 4 Feb 2011 22:46:52 +0000 (22:46 +0000)]
[uboot-lantiq]
* tftp name was not in sync with that generated by openwrt

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

13 years agoath9k: reduce false positives in the baseband hang check
nbd [Fri, 4 Feb 2011 12:16:41 +0000 (12:16 +0000)]
ath9k: reduce false positives in the baseband hang check

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

13 years agomac80211: drop retransmitted data frames from the cooked monitor interface - reduces...
nbd [Fri, 4 Feb 2011 12:16:36 +0000 (12:16 +0000)]
mac80211: drop retransmitted data frames from the cooked monitor interface - reduces CPU usage

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

13 years ago[omap35xx] gumstix: create ubifs images
hcg [Fri, 4 Feb 2011 08:16:35 +0000 (08:16 +0000)]
[omap35xx] gumstix: create ubifs images

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

13 years ago[package] base-files: don't stop hotplug events for ppp interfaces, similar fix like...
jow [Thu, 3 Feb 2011 22:43:11 +0000 (22:43 +0000)]
[package] base-files: don't stop hotplug events for ppp interfaces, similar fix like the earlier one for tun/tap interfaces

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

13 years ago[package] base-files: make the skipping of ppp interfaces in 10-net hotplug more...
jow [Thu, 3 Feb 2011 22:34:30 +0000 (22:34 +0000)]
[package] base-files: make the skipping of ppp interfaces in 10-net hotplug more explicit, this allows users to rely on hotplug events for ppp0 .. ppp9 interfaces spawned by other programs

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

13 years ago[tools] libtool: fix misspelled procedure name...
jow [Thu, 3 Feb 2011 20:34:34 +0000 (20:34 +0000)]
[tools] libtool: fix misspelled procedure name...

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

13 years agoopenssl: update to 1.0.0c
nbd [Thu, 3 Feb 2011 18:45:35 +0000 (18:45 +0000)]
openssl: update to 1.0.0c

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25348 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[lantiq]
blogic [Thu, 3 Feb 2011 17:34:55 +0000 (17:34 +0000)]
[lantiq]
* fix usb compile warnings
* fix timer header file which broke compile of external tapi driver
* rebase patch

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

13 years ago[uboot-lantiq]
blogic [Thu, 3 Feb 2011 17:33:54 +0000 (17:33 +0000)]
[uboot-lantiq]
* make baord names consistent

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

13 years ago[omap35xx] gumstix: Add u-boot package to profile
hcg [Thu, 3 Feb 2011 06:33:28 +0000 (06:33 +0000)]
[omap35xx] gumstix: Add u-boot package to profile

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