Commit Graph

5113 Commits (073c5e0e74f504b9b63d51b3e5b092bde144e66b)

Author SHA1 Message Date
Felix Fietkau 39570be248 mac80211: update to 2011-02-25
SVN-Revision: 25749
13 years ago
Jo-Philipp Wich 673cf73cee xfsprogs: explicitely disable gettext and 64bit library support
SVN-Revision: 25733
13 years ago
Felix Fietkau b4e4c64fd4 ubus: update to the latest version to fix a compile error with gcc 4.5
SVN-Revision: 25732
13 years ago
Felix Fietkau 190c8d81df add redboot-ar231x (LZMA compressed redboot for a few devices)
SVN-Revision: 25723
13 years ago
Jo-Philipp Wich c16efad428 relayd: add uci integration
SVN-Revision: 25714
13 years ago
Jo-Philipp Wich 73468de8d1 base-files: fix sysctl handling, do not react on fake ifaces in route hotplug handler
SVN-Revision: 25713
13 years ago
Alexandros C. Couloumbis 86265da965 package/madwifi: fix for kernels >= 2.6.38
SVN-Revision: 25702
13 years ago
Alexandros C. Couloumbis 44c696ac78 package/wprobe: fix for kernels >= 2.6.38
SVN-Revision: 25701
13 years ago
John Crispin 54734b3d7d * adds stage1 lzma * new boards * fixes settings for PSC ram * lost of cleanups
SVN-Revision: 25694
13 years ago
Felix Fietkau cf3b7563cf add kmod-oprofile to package/kernel
SVN-Revision: 25690
13 years ago
Felix Fietkau ac9a5cf885 kmod-crypto: fix selecting core crypto modules
SVN-Revision: 25688
13 years ago
Felix Fietkau b1b89bf646 kmod-crypto: remove pcomp, nothing uses it
SVN-Revision: 25686
13 years ago
Felix Fietkau 2bcc7fb12b qos-scripts: disable overhead calculation by default, it does not work properly for many line speeds
SVN-Revision: 25685
13 years ago
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
13 years ago
Jo-Philipp Wich 1de2fe5617 kernel: fix path to pcidev driver
SVN-Revision: 25670
13 years ago
Jo-Philipp Wich e733270b96 kernel: make xen pcidev driver depend on Linux 2.6.37 or 2.6.38
SVN-Revision: 25669
13 years ago
Jo-Philipp Wich f84ba3d981 kernel: fix kmod-xen-evtchn for Linux 2.6.37+
SVN-Revision: 25668
13 years ago
Felix Fietkau 7f20657f4c qos-scripts: add missing dependency
SVN-Revision: 25656
13 years ago
Jo-Philipp Wich e1c9f19660 jshn: add build dependency on libubox, it needs the list.h header from it
SVN-Revision: 25652
13 years ago
Alexandros C. Couloumbis a05994173d package/madwifi: extend wlanconfig scan ssid field from 14 to 30 characters
SVN-Revision: 25649
13 years ago
Imre Kaloz 1352979f8c as [25641] removed kernel IMQ support, remove it from iptables as well
SVN-Revision: 25646
13 years ago
Felix Fietkau 9dad83362d kernel: remove imq support, refresh patches
SVN-Revision: 25641
13 years ago
Felix Fietkau fca74c3a44 qos-scripts: drop the use of IMQ, use ifb and act_connmark instead
SVN-Revision: 25640
13 years ago
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
13 years ago
Michael Büsch e6100a161b boot.sh: Tabs are used for indent. Also use tabs in jffs2_ready()
SVN-Revision: 25635
13 years ago
Michael Büsch 16a300ea66 base-files: Add "-o noatime" to mount wrapper
noatime is cheaper than default relatime.

SVN-Revision: 25634
13 years ago
Michael Büsch 3a12229c1d Fix whitespace
SVN-Revision: 25632
13 years ago
Florian Fainelli 29fd37780b switch to newer CS5535 GPIO driver, patch from Philip Prindeville
SVN-Revision: 25631
13 years ago
Jo-Philipp Wich 7f75ed2939 6in4: re-establish tunnel also if no credentials are used (static setup)
SVN-Revision: 25627
13 years ago
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
13 years ago
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
13 years ago
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
13 years ago
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
13 years ago
Jo-Philipp Wich 70f42675b1 kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting this
SVN-Revision: 25592
13 years ago
Imre Kaloz a0ee5b91fd upgrade to 2.57
SVN-Revision: 25576
13 years ago
Felix Fietkau b1b8cf1870 ath9k: fix interrupt enable/disable issues
SVN-Revision: 25575
13 years ago
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
13 years ago
Florian Fainelli 590cb083bc add support for 2.6.37, thanks Wipster!
SVN-Revision: 25569
13 years ago
Hamish Guthrie 090c042089 base-files: Add /etc/nsswitch.conf to targets running glibc/eglibc, otherwise name resolution fails
SVN-Revision: 25568
13 years ago
Felix Fietkau f57170e7c7 librpc: do not attempt to compile if uclibc is not selected
SVN-Revision: 25565
13 years ago
Felix Fietkau 7205eb2f7a busybox: only add a build dependency on librpc if uclibc is selected
SVN-Revision: 25564
13 years ago
Felix Fietkau f3fe6605bb add a package for xfsprogs
SVN-Revision: 25558
13 years ago
Felix Fietkau a800b91f59 kernel: add a missing module for ahci on 2.6.35+
SVN-Revision: 25553
13 years ago
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
13 years ago
Felix Fietkau 9d4d2587d7 add jshn (JSON SHell Notation), a small utility and shell library for parsing and generating json data
SVN-Revision: 25547
13 years ago
Jo-Philipp Wich f1ac8cf285 hostapd: allow mixed TKIP/CCMP for 11n
SVN-Revision: 25543
13 years ago
Felix Fietkau 47310844bc dnsmasq: fix logic for creating missing files
SVN-Revision: 25540
13 years ago
Jo-Philipp Wich a8850efe9e package/dnsmasq: use service_kill in initscript
SVN-Revision: 25537
13 years ago
Imre Kaloz 4639632b27 the in-kernel driver should work flawlessly for some time now
SVN-Revision: 25533
13 years ago
Felix Fietkau d030509845 set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using git
SVN-Revision: 25529
13 years ago