Florian Fainelli [Mon, 14 Feb 2011 15:06:05 +0000 (15:06 +0000)]
add more 2.6.37 missing symbols
SVN-Revision: 25534
Imre Kaloz [Mon, 14 Feb 2011 11:03:12 +0000 (11:03 +0000)]
the in-kernel driver should work flawlessly for some time now
SVN-Revision: 25533
Felix Fietkau [Sun, 13 Feb 2011 19:59:02 +0000 (19:59 +0000)]
squashfs4: make the lzma parameters configurable, and change the defaults for slightly improved compression on mips (mostly unchanged on other architectures)
SVN-Revision: 25530
Felix Fietkau [Sun, 13 Feb 2011 19:09:48 +0000 (19:09 +0000)]
set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using git
SVN-Revision: 25529
Felix Fietkau [Sun, 13 Feb 2011 19:06:20 +0000 (19:06 +0000)]
base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker)
SVN-Revision: 25528
Felix Fietkau [Sun, 13 Feb 2011 17:05:34 +0000 (17:05 +0000)]
libnl-tiny: remove some more functions to reduce binary size
SVN-Revision: 25527
Felix Fietkau [Sun, 13 Feb 2011 16:54:44 +0000 (16:54 +0000)]
dropbear: compile out libtomcrypt assertion messages, saves some more space
SVN-Revision: 25526
Felix Fietkau [Sun, 13 Feb 2011 16:46:28 +0000 (16:46 +0000)]
libnl-tiny: decrease the size a bit more by removing some unnecessary functions
SVN-Revision: 25525
Felix Fietkau [Sun, 13 Feb 2011 16:25:33 +0000 (16:25 +0000)]
ppp: add a more descriptive title for ppp-multilink
SVN-Revision: 25524
Felix Fietkau [Sun, 13 Feb 2011 16:23:15 +0000 (16:23 +0000)]
ppp: move multilink support into a separate build variant - saves around 30k for the default build
SVN-Revision: 25523
Felix Fietkau [Sun, 13 Feb 2011 16:08:36 +0000 (16:08 +0000)]
ar71xx: remove vsc73xx ucodes from the default profile - these are only used on some atheros reference designs which are unlikely to have many users
SVN-Revision: 25522
John Crispin [Sun, 13 Feb 2011 16:01:07 +0000 (16:01 +0000)]
* fixes dwc_otg init when power gpio is set to -1
SVN-Revision: 25521
Felix Fietkau [Sun, 13 Feb 2011 14:18:13 +0000 (14:18 +0000)]
make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that hostapd/wpa_supplicant can make it optional
SVN-Revision: 25518
Felix Fietkau [Sun, 13 Feb 2011 14:18:08 +0000 (14:18 +0000)]
uclibc: disable COMPAT_ATEXIT
SVN-Revision: 25517
Imre Kaloz [Sun, 13 Feb 2011 12:32:01 +0000 (12:32 +0000)]
upgrade to latest git
SVN-Revision: 25516
Imre Kaloz [Sun, 13 Feb 2011 11:27:58 +0000 (11:27 +0000)]
upgrade to 2011.02, rename patchset directory
SVN-Revision: 25515
Imre Kaloz [Sun, 13 Feb 2011 11:20:09 +0000 (11:20 +0000)]
it's time for some attitude adjustment ;)
SVN-Revision: 25514
Felix Fietkau [Sun, 13 Feb 2011 03:56:12 +0000 (03:56 +0000)]
libnl: update to version 2.0 (patch by Philip Prindeville)
SVN-Revision: 25513
Felix Fietkau [Sun, 13 Feb 2011 03:26:15 +0000 (03:26 +0000)]
busybox: disable killall5 - nothing uses it
SVN-Revision: 25512
Felix Fietkau [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
SVN-Revision: 25511
Felix Fietkau [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.
SVN-Revision: 25510
Felix Fietkau [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
SVN-Revision: 25509
Felix Fietkau [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
SVN-Revision: 25508
Felix Fietkau [Sun, 13 Feb 2011 02:52:34 +0000 (02:52 +0000)]
busybox: fix compile with librpc if necessary (required by nfs mount support)
SVN-Revision: 25507
Felix Fietkau [Sun, 13 Feb 2011 02:52:30 +0000 (02:52 +0000)]
busybox: disable the check for the uclibc rpc config option
SVN-Revision: 25506
Felix Fietkau [Sun, 13 Feb 2011 02:52:22 +0000 (02:52 +0000)]
metadata: fix handling of multiple build dependencies with different conditions
SVN-Revision: 25505
Felix Fietkau [Sun, 13 Feb 2011 01:45:59 +0000 (01:45 +0000)]
uclibc: disable rpc support - replaced by the external librpc, saves ~80k
SVN-Revision: 25504
Felix Fietkau [Sun, 13 Feb 2011 01:45:07 +0000 (01:45 +0000)]
add a variable LIBRPC to refer to the external librpc if used
SVN-Revision: 25497
Felix Fietkau [Sun, 13 Feb 2011 01:45:01 +0000 (01:45 +0000)]
add librpc, an externally build version of the uclibc rpc support
SVN-Revision: 25496
Felix Fietkau [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
SVN-Revision: 25495
Felix Fietkau [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
SVN-Revision: 25494
Felix Fietkau [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
SVN-Revision: 25493
Felix Fietkau [Sat, 12 Feb 2011 23:55:03 +0000 (23:55 +0000)]
remove an obsolete CompareKernelPatchVer call
SVN-Revision: 25492
Felix Fietkau [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
SVN-Revision: 25491
Felix Fietkau [Sat, 12 Feb 2011 23:54:55 +0000 (23:54 +0000)]
remove a remaining reference to linux 2.4
SVN-Revision: 25490
Florian Fainelli [Sat, 12 Feb 2011 19:39:55 +0000 (19:39 +0000)]
allow gemini target to use rfkill
SVN-Revision: 25488
Florian Fainelli [Sat, 12 Feb 2011 19:04:20 +0000 (19:04 +0000)]
switch to 2.6.37
SVN-Revision: 25485
Florian Fainelli [Sat, 12 Feb 2011 19:04:16 +0000 (19:04 +0000)]
add 2.6.37 support
SVN-Revision: 25484
Florian Fainelli [Sat, 12 Feb 2011 19:04:12 +0000 (19:04 +0000)]
refresh 2.6.37 patches
SVN-Revision: 25483
Florian Fainelli [Sat, 12 Feb 2011 19:04:09 +0000 (19:04 +0000)]
update readme wrt ext2/ext4 usage
SVN-Revision: 25482
Jo-Philipp Wich [Sat, 12 Feb 2011 17:54:01 +0000 (17:54 +0000)]
base-files: remove ptbtime3 rdate server, its dead
SVN-Revision: 25479
Jo-Philipp Wich [Sat, 12 Feb 2011 17:46:36 +0000 (17:46 +0000)]
base-files: update rdate server list
SVN-Revision: 25478
Jo-Philipp Wich [Sat, 12 Feb 2011 16:14:15 +0000 (16:14 +0000)]
base-file: cleanup ipv6 enabling in unbridge
SVN-Revision: 25473
Hauke Mehrtens [Sat, 12 Feb 2011 13:17:47 +0000 (13:17 +0000)]
brcm47xx: fix error when build firmware on x86_64 host (closes #7672)
SVN-Revision: 25472
Michael Büsch [Fri, 11 Feb 2011 18:09:17 +0000 (18:09 +0000)]
tahvo doesn't need ohci
SVN-Revision: 25469
Florian Fainelli [Fri, 11 Feb 2011 17:37:51 +0000 (17:37 +0000)]
use i2c_defaults for kmod-i2c-at91
SVN-Revision: 25468
Michael Büsch [Fri, 11 Feb 2011 15:03:37 +0000 (15:03 +0000)]
omap24xx: Enable verbose kernel error reporting
SVN-Revision: 25466
Michael Büsch [Fri, 11 Feb 2011 14:35:08 +0000 (14:35 +0000)]
Add tusb6010 package and let tahvo-usb select it
SVN-Revision: 25465
Imre Kaloz [Fri, 11 Feb 2011 14:04:00 +0000 (14:04 +0000)]
kamikaze has been released long ago
SVN-Revision: 25464
Imre Kaloz [Fri, 11 Feb 2011 14:03:04 +0000 (14:03 +0000)]
the url isn't valid for some time
SVN-Revision: 25463
Michael Büsch [Fri, 11 Feb 2011 12:57:20 +0000 (12:57 +0000)]
Remove TUSB6010 config options from musb config
SVN-Revision: 25462
Felix Fietkau [Fri, 11 Feb 2011 02:11:12 +0000 (02:11 +0000)]
add missing chunk from the last commit
SVN-Revision: 25460
Felix Fietkau [Fri, 11 Feb 2011 02:09:31 +0000 (02:09 +0000)]
libubox: add a package for libblobmsg-json
SVN-Revision: 25459
Felix Fietkau [Fri, 11 Feb 2011 02:08:04 +0000 (02:08 +0000)]
libubox does not depend on libjson
SVN-Revision: 25458
Felix Fietkau [Fri, 11 Feb 2011 01:58:59 +0000 (01:58 +0000)]
add ubus - the new openwrt message bus / rpc daemon
SVN-Revision: 25457
Felix Fietkau [Fri, 11 Feb 2011 01:58:48 +0000 (01:58 +0000)]
libubox: update to 2011-02-11, includes a few uloop fixes
SVN-Revision: 25456
Jo-Philipp Wich [Fri, 11 Feb 2011 00:39:11 +0000 (00:39 +0000)]
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
SVN-Revision: 25454
Jo-Philipp Wich [Thu, 10 Feb 2011 20:05:05 +0000 (20:05 +0000)]
base-files: derive lease_acquired dhcp state var from /proc/uptime
SVN-Revision: 25452
Florian Fainelli [Thu, 10 Feb 2011 18:03:25 +0000 (18:03 +0000)]
pjsip: fix linking failure w/ ARM eabi
SVN-Revision: 25450
Florian Fainelli [Thu, 10 Feb 2011 18:03:22 +0000 (18:03 +0000)]
switch to 2.6.37
SVN-Revision: 25449
Florian Fainelli [Thu, 10 Feb 2011 18:03:19 +0000 (18:03 +0000)]
update to 2.6.37
SVN-Revision: 25448
Florian Fainelli [Thu, 10 Feb 2011 18:03:16 +0000 (18:03 +0000)]
add missing 2.6.37 config symbols.
SVN-Revision: 25447
Felix Fietkau [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
SVN-Revision: 25443
Felix Fietkau [Thu, 10 Feb 2011 03:37:35 +0000 (03:37 +0000)]
iw: add support for showing the rx bitrate
SVN-Revision: 25442
Felix Fietkau [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
SVN-Revision: 25441
Felix Fietkau [Thu, 10 Feb 2011 03:37:28 +0000 (03:37 +0000)]
iw: update to 0.9.22
SVN-Revision: 25440
Felix Fietkau [Thu, 10 Feb 2011 03:37:23 +0000 (03:37 +0000)]
ath9k: remove an old tx stop workaround which conflicts with the powersave fixes
SVN-Revision: 25439
Michael Büsch [Wed, 9 Feb 2011 20:09:49 +0000 (20:09 +0000)]
n810bm: Set minimum voltage threshold to 3200
SVN-Revision: 25433
Florian Fainelli [Wed, 9 Feb 2011 13:09:02 +0000 (13:09 +0000)]
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>
SVN-Revision: 25431
Michael Büsch [Wed, 9 Feb 2011 12:53:37 +0000 (12:53 +0000)]
n810bm: Add charger detection
SVN-Revision: 25429
Felix Fietkau [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
SVN-Revision: 25428
Felix Fietkau [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)
SVN-Revision: 25427
Felix Fietkau [Tue, 8 Feb 2011 19:31:50 +0000 (19:31 +0000)]
ath9k: add fixes for AP side powersave frame buffering
SVN-Revision: 25426
Felix Fietkau [Tue, 8 Feb 2011 19:31:43 +0000 (19:31 +0000)]
mac80211: update to wireless-testing 2010-02-07
SVN-Revision: 25425
Michael Büsch [Tue, 8 Feb 2011 17:25:39 +0000 (17:25 +0000)]
n810: Add kmod-n810bm to profile
SVN-Revision: 25423
Michael Büsch [Tue, 8 Feb 2011 17:25:02 +0000 (17:25 +0000)]
n810: Support modular battery management
SVN-Revision: 25422
Michael Büsch [Tue, 8 Feb 2011 17:23:37 +0000 (17:23 +0000)]
hotplug2: Only ignore failed includes for missing files
SVN-Revision: 25421
Florian Fainelli [Tue, 8 Feb 2011 13:46:12 +0000 (13:46 +0000)]
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>
SVN-Revision: 25420
Felix Fietkau [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.
SVN-Revision: 25418
Vasilis Tsiligiannis [Tue, 8 Feb 2011 01:01:17 +0000 (01:01 +0000)]
busybox: get root home dir from /etc/passwd in telnet init script (thanks tripolar)
SVN-Revision: 25417
Vasilis Tsiligiannis [Mon, 7 Feb 2011 22:28:09 +0000 (22:28 +0000)]
base-files: Add include for target specific hotplug rules
SVN-Revision: 25415
Vasilis Tsiligiannis [Mon, 7 Feb 2011 22:28:04 +0000 (22:28 +0000)]
hotplug2: Make missing include files non fatal
SVN-Revision: 25414
John Crispin [Mon, 7 Feb 2011 21:48:55 +0000 (21:48 +0000)]
* adss in-kernel udp redirect plugin for lantiq voice optimisation
SVN-Revision: 25413
John Crispin [Mon, 7 Feb 2011 21:47:54 +0000 (21:47 +0000)]
* drop libtapi and tapi_sip (moved to external git) * add build variants to pjsip * split tapi_dev audio driver out of patch into src/
SVN-Revision: 25412
Vasilis Tsiligiannis [Mon, 7 Feb 2011 21:45:02 +0000 (21:45 +0000)]
busybox: Check if an SSH daemon is enabled before disabling telnet access (#8760)
SVN-Revision: 25411
Felix Fietkau [Mon, 7 Feb 2011 18:17:17 +0000 (18:17 +0000)]
relayd: update to 2011-02-07, uses cmake and libubox now
SVN-Revision: 25407
Felix Fietkau [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
SVN-Revision: 25406
Felix Fietkau [Mon, 7 Feb 2011 18:16:31 +0000 (18:16 +0000)]
libjson-c: add to core (instead of packages)
SVN-Revision: 25405
Felix Fietkau [Mon, 7 Feb 2011 10:42:40 +0000 (10:42 +0000)]
mac80211: fix the check for cloned skbs in the tx path
SVN-Revision: 25398
Michael Büsch [Sun, 6 Feb 2011 21:06:43 +0000 (21:06 +0000)]
omap24xx: Remove 2.6.36
SVN-Revision: 25395
Felix Fietkau [Sun, 6 Feb 2011 16:04:33 +0000 (16:04 +0000)]
use := instead of = for PKG_CONFIG_PATH to prevent recursion
SVN-Revision: 25388
Felix Fietkau [Sun, 6 Feb 2011 15:18:30 +0000 (15:18 +0000)]
allow packages to override/extend PKG_CONFIG_PATH
SVN-Revision: 25386
Michael Büsch [Sun, 6 Feb 2011 14:43:26 +0000 (14:43 +0000)]
n810: Remove firmware preinit scripts
SVN-Revision: 25385
Michael Büsch [Sun, 6 Feb 2011 14:42:42 +0000 (14:42 +0000)]
n810: Add firmware generator hotplug scripts
SVN-Revision: 25384
Michael Büsch [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
SVN-Revision: 25383
Michael Büsch [Sun, 6 Feb 2011 12:45:21 +0000 (12:45 +0000)]
n810: Add the CAL BME PMM extractor script to preinit.
SVN-Revision: 25381
Michael Büsch [Sun, 6 Feb 2011 12:44:12 +0000 (12:44 +0000)]
n810: Add more battery management code
SVN-Revision: 25380
Felix Fietkau [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
SVN-Revision: 25378
Michael Büsch [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.
SVN-Revision: 25376
Michael Büsch [Sat, 5 Feb 2011 19:39:48 +0000 (19:39 +0000)]
cmake: Remove -O3 from release CFLAGS. Honor the OpenWRT -Os flag instead.
SVN-Revision: 25372