Jo-Philipp Wich
70f42675b1
kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting this
...
SVN-Revision: 25592
2011-02-19 18:11:31 +00:00
Imre Kaloz
a0ee5b91fd
upgrade to 2.57
...
SVN-Revision: 25576
2011-02-19 08:50:15 +00:00
Felix Fietkau
b1b8cf1870
ath9k: fix interrupt enable/disable issues
...
SVN-Revision: 25575
2011-02-18 18:16:48 +00:00
Felix Fietkau
419b9d824a
busybox: now that librpc only compiles with uclibc, change the build dependency to BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc
...
SVN-Revision: 25574
2011-02-18 18:16:29 +00:00
Florian Fainelli
590cb083bc
add support for 2.6.37, thanks Wipster!
...
SVN-Revision: 25569
2011-02-18 12:52:04 +00:00
Hamish Guthrie
090c042089
base-files: Add /etc/nsswitch.conf to targets running glibc/eglibc, otherwise name resolution fails
...
SVN-Revision: 25568
2011-02-18 10:37:26 +00:00
Felix Fietkau
f57170e7c7
librpc: do not attempt to compile if uclibc is not selected
...
SVN-Revision: 25565
2011-02-17 19:02:02 +00:00
Felix Fietkau
7205eb2f7a
busybox: only add a build dependency on librpc if uclibc is selected
...
SVN-Revision: 25564
2011-02-17 19:01:59 +00:00
Felix Fietkau
f3fe6605bb
add a package for xfsprogs
...
SVN-Revision: 25558
2011-02-16 18:20:30 +00:00
Felix Fietkau
a800b91f59
kernel: add a missing module for ahci on 2.6.35+
...
SVN-Revision: 25553
2011-02-16 15:12:54 +00:00
Felix Fietkau
e5e6dfe384
base-files: librt should depend on libpthread, not the other way around
...
In uClibc 0.9.32 as well as recent versions of glibc and eglibc, librt
depends on libpthread.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25548
2011-02-16 02:42:24 +00:00
Felix Fietkau
9d4d2587d7
add jshn (JSON SHell Notation), a small utility and shell library for parsing and generating json data
...
SVN-Revision: 25547
2011-02-16 00:24:52 +00:00
Jo-Philipp Wich
f1ac8cf285
hostapd: allow mixed TKIP/CCMP for 11n
...
SVN-Revision: 25543
2011-02-15 08:49:45 +00:00
Felix Fietkau
47310844bc
dnsmasq: fix logic for creating missing files
...
SVN-Revision: 25540
2011-02-14 19:42:53 +00:00
Jo-Philipp Wich
a8850efe9e
package/dnsmasq: use service_kill in initscript
...
SVN-Revision: 25537
2011-02-14 17:02:48 +00:00
Imre Kaloz
4639632b27
the in-kernel driver should work flawlessly for some time now
...
SVN-Revision: 25533
2011-02-14 11:03:12 +00:00
Felix Fietkau
d030509845
set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using git
...
SVN-Revision: 25529
2011-02-13 19:09:48 +00:00
Felix Fietkau
9f7f8110e7
base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker)
...
SVN-Revision: 25528
2011-02-13 19:06:20 +00:00
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
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
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
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
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
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
e19a286cae
Add tusb6010 package and let tahvo-usb select it
...
SVN-Revision: 25465
2011-02-11 14:35:08 +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