Felix Fietkau
0a0bb9bb4a
libnl-tiny: remove some more functions to reduce binary size
...
SVN-Revision: 25527
2011-02-13 17:05:34 +00:00
Felix Fietkau
caadc06413
dropbear: compile out libtomcrypt assertion messages, saves some more space
...
SVN-Revision: 25526
2011-02-13 16:54:44 +00:00
Felix Fietkau
f89919a7ee
libnl-tiny: decrease the size a bit more by removing some unnecessary functions
...
SVN-Revision: 25525
2011-02-13 16:46:28 +00:00
Felix Fietkau
5d0f9914ba
ppp: add a more descriptive title for ppp-multilink
...
SVN-Revision: 25524
2011-02-13 16:25:33 +00:00
Felix Fietkau
63fef8ed5d
ppp: move multilink support into a separate build variant - saves around 30k for the default build
...
SVN-Revision: 25523
2011-02-13 16:23:15 +00:00
Felix Fietkau
9e0b3a1b37
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
2011-02-13 16:08:36 +00:00
John Crispin
34e5998921
* fixes dwc_otg init when power gpio is set to -1
...
SVN-Revision: 25521
2011-02-13 16:01:07 +00:00
Felix Fietkau
240b10673d
make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that hostapd/wpa_supplicant can make it optional
...
SVN-Revision: 25518
2011-02-13 14:18:13 +00:00
Felix Fietkau
383d17913f
uclibc: disable COMPAT_ATEXIT
...
SVN-Revision: 25517
2011-02-13 14:18:08 +00:00
Imre Kaloz
b0a9a4d66c
upgrade to latest git
...
SVN-Revision: 25516
2011-02-13 12:32:01 +00:00
Imre Kaloz
01a424b4f9
upgrade to 2011.02, rename patchset directory
...
SVN-Revision: 25515
2011-02-13 11:27:58 +00:00
Imre Kaloz
e4589a2e5f
it's time for some attitude adjustment ;)
...
SVN-Revision: 25514
2011-02-13 11:20:09 +00:00
Felix Fietkau
6b13656806
libnl: update to version 2.0 (patch by Philip Prindeville)
...
SVN-Revision: 25513
2011-02-13 03:56:12 +00:00
Felix Fietkau
4df0f180bb
busybox: disable killall5 - nothing uses it
...
SVN-Revision: 25512
2011-02-13 03:26:15 +00:00
Felix Fietkau
c672eeffc9
remove the shared object stubs of libnsl and libresolv - let the compiler use the static variants instead
...
SVN-Revision: 25511
2011-02-13 03:26:10 +00:00
Felix Fietkau
abfe2f1bc2
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
2011-02-13 02:52:49 +00:00
Felix Fietkau
404fbd8c66
swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig uses libnl-tiny anyway
...
SVN-Revision: 25509
2011-02-13 02:52:44 +00:00
Felix Fietkau
0e166a016a
busybox: disable nfs mount support by default - people that want to mount nfs shares can install the nfs-utils package
...
SVN-Revision: 25508
2011-02-13 02:52:40 +00:00
Felix Fietkau
a17580be4f
busybox: fix compile with librpc if necessary (required by nfs mount support)
...
SVN-Revision: 25507
2011-02-13 02:52:34 +00:00
Felix Fietkau
de4ec6ce64
busybox: disable the check for the uclibc rpc config option
...
SVN-Revision: 25506
2011-02-13 02:52:30 +00:00
Felix Fietkau
8d0cf8fde2
metadata: fix handling of multiple build dependencies with different conditions
...
SVN-Revision: 25505
2011-02-13 02:52:22 +00:00
Felix Fietkau
e6a0ebc989
uclibc: disable rpc support - replaced by the external librpc, saves ~80k
...
SVN-Revision: 25504
2011-02-13 01:45:59 +00:00
Felix Fietkau
85c44cafab
add a variable LIBRPC to refer to the external librpc if used
...
SVN-Revision: 25497
2011-02-13 01:45:07 +00:00
Felix Fietkau
e2c19b5733
add librpc, an externally build version of the uclibc rpc support
...
SVN-Revision: 25496
2011-02-13 01:45:01 +00:00
Felix Fietkau
803e9ceb90
base-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the code there
...
SVN-Revision: 25495
2011-02-13 01:44:57 +00:00
Felix Fietkau
5ad114bf47
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
2011-02-13 01:44:53 +00:00
Felix Fietkau
858292316b
move the cbc crypto module out of the crypto core and into a separate package - it is only used for ipsec
...
SVN-Revision: 25493
2011-02-12 23:55:06 +00:00
Felix Fietkau
69c52daa49
remove an obsolete CompareKernelPatchVer call
...
SVN-Revision: 25492
2011-02-12 23:55:03 +00:00
Felix Fietkau
2d9427566a
move the deflate crypto module out of the crypto core and into a separate package - it is only used for ipsec
...
SVN-Revision: 25491
2011-02-12 23:54:59 +00:00
Felix Fietkau
d64c314336
remove a remaining reference to linux 2.4
...
SVN-Revision: 25490
2011-02-12 23:54:55 +00:00
Florian Fainelli
523e9938c8
allow gemini target to use rfkill
...
SVN-Revision: 25488
2011-02-12 19:39:55 +00:00
Florian Fainelli
13956e905e
switch to 2.6.37
...
SVN-Revision: 25485
2011-02-12 19:04:20 +00:00
Florian Fainelli
b8b0e43cd5
add 2.6.37 support
...
SVN-Revision: 25484
2011-02-12 19:04:16 +00:00
Florian Fainelli
8b16eba876
refresh 2.6.37 patches
...
SVN-Revision: 25483
2011-02-12 19:04:12 +00:00
Florian Fainelli
d0cc86c488
update readme wrt ext2/ext4 usage
...
SVN-Revision: 25482
2011-02-12 19:04:09 +00:00
Jo-Philipp Wich
74ab5be3d7
base-files: remove ptbtime3 rdate server, its dead
...
SVN-Revision: 25479
2011-02-12 17:54:01 +00:00
Jo-Philipp Wich
8b1b99ba73
base-files: update rdate server list
...
SVN-Revision: 25478
2011-02-12 17:46:36 +00:00
Jo-Philipp Wich
ee3a4c2ee9
base-file: cleanup ipv6 enabling in unbridge
...
SVN-Revision: 25473
2011-02-12 16:14:15 +00:00
Hauke Mehrtens
e08740c747
brcm47xx: fix error when build firmware on x86_64 host ( closes #7672 )
...
SVN-Revision: 25472
2011-02-12 13:17:47 +00:00
Michael Büsch
8dbb2ee6f2
tahvo doesn't need ohci
...
SVN-Revision: 25469
2011-02-11 18:09:17 +00:00
Florian Fainelli
df0a3aea55
use i2c_defaults for kmod-i2c-at91
...
SVN-Revision: 25468
2011-02-11 17:37:51 +00:00
Michael Büsch
22ce31f02e
omap24xx: Enable verbose kernel error reporting
...
SVN-Revision: 25466
2011-02-11 15:03:37 +00:00
Michael Büsch
e19a286cae
Add tusb6010 package and let tahvo-usb select it
...
SVN-Revision: 25465
2011-02-11 14:35:08 +00:00
Imre Kaloz
6c387521f6
kamikaze has been released long ago
...
SVN-Revision: 25464
2011-02-11 14:04:00 +00:00
Imre Kaloz
776dff339e
the url isn't valid for some time
...
SVN-Revision: 25463
2011-02-11 14:03:04 +00:00
Michael Büsch
77d0d3783b
Remove TUSB6010 config options from musb config
...
SVN-Revision: 25462
2011-02-11 12:57:20 +00:00
Felix Fietkau
f8def73423
add missing chunk from the last commit
...
SVN-Revision: 25460
2011-02-11 02:11:12 +00:00
Felix Fietkau
ba97712de5
libubox: add a package for libblobmsg-json
...
SVN-Revision: 25459
2011-02-11 02:09:31 +00:00
Felix Fietkau
07c7aab910
libubox does not depend on libjson
...
SVN-Revision: 25458
2011-02-11 02:08:04 +00:00
Felix Fietkau
9830851a9d
add ubus - the new openwrt message bus / rpc daemon
...
SVN-Revision: 25457
2011-02-11 01:58:59 +00:00