Commit graph

5110 commits

Author SHA1 Message Date
Felix Fietkau
190c8d81df add redboot-ar231x (LZMA compressed redboot for a few devices)
SVN-Revision: 25723
2011-02-26 00:46:53 +00:00
Jo-Philipp Wich
c16efad428 relayd: add uci integration
SVN-Revision: 25714
2011-02-25 23:23:40 +00:00
Jo-Philipp Wich
73468de8d1 base-files: fix sysctl handling, do not react on fake ifaces in route hotplug handler
SVN-Revision: 25713
2011-02-25 22:44:37 +00:00
Alexandros C. Couloumbis
86265da965 package/madwifi: fix for kernels >= 2.6.38
SVN-Revision: 25702
2011-02-24 15:53:32 +00:00
Alexandros C. Couloumbis
44c696ac78 package/wprobe: fix for kernels >= 2.6.38
SVN-Revision: 25701
2011-02-24 15:51:28 +00:00
John Crispin
54734b3d7d * adds stage1 lzma * new boards * fixes settings for PSC ram * lost of cleanups
SVN-Revision: 25694
2011-02-24 07:41:10 +00:00
Felix Fietkau
cf3b7563cf add kmod-oprofile to package/kernel
SVN-Revision: 25690
2011-02-24 01:11:16 +00:00
Felix Fietkau
ac9a5cf885 kmod-crypto: fix selecting core crypto modules
SVN-Revision: 25688
2011-02-24 01:11:04 +00:00
Felix Fietkau
b1b89bf646 kmod-crypto: remove pcomp, nothing uses it
SVN-Revision: 25686
2011-02-24 00:30:13 +00:00
Felix Fietkau
2bcc7fb12b qos-scripts: disable overhead calculation by default, it does not work properly for many line speeds
SVN-Revision: 25685
2011-02-24 00:30:09 +00:00
Jo-Philipp Wich
c5a65a0373 Send ipkg-make-index.sh output to stdout
The "Generating index for package" created by ipkg-make-index only
clutter stderr and serve to push previous warnings/errors off-screen.
Instead, send to stdout.

Note:  This would send incorrect invocation messages to stdout as well.
If this is a concern, perhaps we could send them to FD 3, then send 3 to
2...

Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com>

SVN-Revision: 25678
2011-02-23 22:59:57 +00:00
Jo-Philipp Wich
1de2fe5617 kernel: fix path to pcidev driver
SVN-Revision: 25670
2011-02-23 21:51:17 +00:00
Jo-Philipp Wich
e733270b96 kernel: make xen pcidev driver depend on Linux 2.6.37 or 2.6.38
SVN-Revision: 25669
2011-02-23 21:43:50 +00:00
Jo-Philipp Wich
f84ba3d981 kernel: fix kmod-xen-evtchn for Linux 2.6.37+
SVN-Revision: 25668
2011-02-23 20:13:40 +00:00
Felix Fietkau
7f20657f4c qos-scripts: add missing dependency
SVN-Revision: 25656
2011-02-22 00:10:19 +00:00
Jo-Philipp Wich
e1c9f19660 jshn: add build dependency on libubox, it needs the list.h header from it
SVN-Revision: 25652
2011-02-21 19:49:48 +00:00
Alexandros C. Couloumbis
a05994173d package/madwifi: extend wlanconfig scan ssid field from 14 to 30 characters
SVN-Revision: 25649
2011-02-21 13:08:55 +00:00
Imre Kaloz
1352979f8c as [25641] removed kernel IMQ support, remove it from iptables as well
SVN-Revision: 25646
2011-02-21 09:27:32 +00:00
Felix Fietkau
9dad83362d kernel: remove imq support, refresh patches
SVN-Revision: 25641
2011-02-21 02:06:51 +00:00
Felix Fietkau
fca74c3a44 qos-scripts: drop the use of IMQ, use ifb and act_connmark instead
SVN-Revision: 25640
2011-02-21 01:33:27 +00:00
Felix Fietkau
c0f0316109 kernel: add a new scheduler action for restoring the connection tracking mark - useful for ingress shaping, will be used for replacing IMQ later
SVN-Revision: 25639
2011-02-21 00:03:20 +00:00
Michael Büsch
e6100a161b boot.sh: Tabs are used for indent. Also use tabs in jffs2_ready()
SVN-Revision: 25635
2011-02-20 22:40:47 +00:00
Michael Büsch
16a300ea66 base-files: Add "-o noatime" to mount wrapper
noatime is cheaper than default relatime.

SVN-Revision: 25634
2011-02-20 22:39:08 +00:00
Michael Büsch
3a12229c1d Fix whitespace
SVN-Revision: 25632
2011-02-20 21:25:45 +00:00
Florian Fainelli
29fd37780b switch to newer CS5535 GPIO driver, patch from Philip Prindeville
SVN-Revision: 25631
2011-02-20 19:59:29 +00:00
Jo-Philipp Wich
7f75ed2939 6in4: re-establish tunnel also if no credentials are used (static setup)
SVN-Revision: 25627
2011-02-20 18:27:19 +00:00
Jo-Philipp Wich
84c1a05826 xfsprogs: add the usual round of voodoo-workarounds for autofail, issue of the day is overwriting template files when AC_CONFIG_HEADER(S) is used, but only the first one, because consistency is for loosers
SVN-Revision: 25626
2011-02-20 17:37:21 +00:00
Florian Fainelli
d40a79ccfd comgt: add ACM hotplug
This adds in support for ttyACM devices in the 3g hotplug script.

Signed-off-by: Matthew Eaton <wrt at divinehawk.com>

SVN-Revision: 25621
2011-02-20 17:24:25 +00:00
Florian Fainelli
43d7aff94e add Marvell orion watchdog timer module
This patch adds kernelmodule for watchdog timer on platform orion.

Signed-off-by: Michael Kämmerer <mrk_at_h3c_._de>

SVN-Revision: 25620
2011-02-20 17:24:20 +00:00
Florian Fainelli
640927dde3 switch: fix switch-robo device reference counting
Fix incorrect device reference counting by switch-robo.

Signed-off-by: George Kashperko <george@znau.edu.ua>

SVN-Revision: 25619
2011-02-20 17:24:15 +00:00
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