Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add redboot-ar231x (LZMA compressed redboot for a few devices) | Felix Fietkau | 2011-02-26 | 1 | -0/+52 |
| | | | | SVN-Revision: 25723 | ||||
* | relayd: add uci integration | Jo-Philipp Wich | 2011-02-25 | 3 | -1/+134 |
| | | | | SVN-Revision: 25714 | ||||
* | base-files: fix sysctl handling, do not react on fake ifaces in route ↵ | Jo-Philipp Wich | 2011-02-25 | 1 | -2/+5 |
| | | | | | | hotplug handler SVN-Revision: 25713 | ||||
* | package/madwifi: fix for kernels >= 2.6.38 | Alexandros C. Couloumbis | 2011-02-24 | 1 | -0/+14 |
| | | | | SVN-Revision: 25702 | ||||
* | package/wprobe: fix for kernels >= 2.6.38 | Alexandros C. Couloumbis | 2011-02-24 | 1 | -0/+5 |
| | | | | SVN-Revision: 25701 | ||||
* | * adds stage1 lzma * new boards * fixes settings for PSC ram * lost of cleanups | John Crispin | 2011-02-24 | 30 | -453/+3216 |
| | | | | SVN-Revision: 25694 | ||||
* | add kmod-oprofile to package/kernel | Felix Fietkau | 2011-02-24 | 1 | -0/+15 |
| | | | | SVN-Revision: 25690 | ||||
* | kmod-crypto: fix selecting core crypto modules | Felix Fietkau | 2011-02-24 | 1 | -0/+5 |
| | | | | SVN-Revision: 25688 | ||||
* | kmod-crypto: remove pcomp, nothing uses it | Felix Fietkau | 2011-02-24 | 1 | -1/+0 |
| | | | | SVN-Revision: 25686 | ||||
* | qos-scripts: disable overhead calculation by default, it does not work ↵ | Felix Fietkau | 2011-02-24 | 1 | -1/+0 |
| | | | | | | properly for many line speeds SVN-Revision: 25685 | ||||
* | Send ipkg-make-index.sh output to stdout | Jo-Philipp Wich | 2011-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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 | ||||
* | kernel: fix path to pcidev driver | Jo-Philipp Wich | 2011-02-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 25670 | ||||
* | kernel: make xen pcidev driver depend on Linux 2.6.37 or 2.6.38 | Jo-Philipp Wich | 2011-02-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 25669 | ||||
* | kernel: fix kmod-xen-evtchn for Linux 2.6.37+ | Jo-Philipp Wich | 2011-02-23 | 1 | -2/+23 |
| | | | | SVN-Revision: 25668 | ||||
* | qos-scripts: add missing dependency | Felix Fietkau | 2011-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 25656 | ||||
* | jshn: add build dependency on libubox, it needs the list.h header from it | Jo-Philipp Wich | 2011-02-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 25652 | ||||
* | package/madwifi: extend wlanconfig scan ssid field from 14 to 30 characters | Alexandros C. Couloumbis | 2011-02-21 | 1 | -0/+29 |
| | | | | SVN-Revision: 25649 | ||||
* | as [25641] removed kernel IMQ support, remove it from iptables as well | Imre Kaloz | 2011-02-21 | 2 | -136/+0 |
| | | | | SVN-Revision: 25646 | ||||
* | kernel: remove imq support, refresh patches | Felix Fietkau | 2011-02-21 | 1 | -24/+0 |
| | | | | SVN-Revision: 25641 | ||||
* | qos-scripts: drop the use of IMQ, use ifb and act_connmark instead | Felix Fietkau | 2011-02-21 | 4 | -24/+40 |
| | | | | SVN-Revision: 25640 | ||||
* | kernel: add a new scheduler action for restoring the connection tracking ↵ | Felix Fietkau | 2011-02-21 | 2 | -0/+85 |
| | | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later SVN-Revision: 25639 | ||||
* | boot.sh: Tabs are used for indent. Also use tabs in jffs2_ready() | Michael Büsch | 2011-02-20 | 1 | -4/+4 |
| | | | | SVN-Revision: 25635 | ||||
* | base-files: Add "-o noatime" to mount wrapper | Michael Büsch | 2011-02-20 | 1 | -1/+1 |
| | | | | | | noatime is cheaper than default relatime. SVN-Revision: 25634 | ||||
* | Fix whitespace | Michael Büsch | 2011-02-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 25632 | ||||
* | switch to newer CS5535 GPIO driver, patch from Philip Prindeville | Florian Fainelli | 2011-02-20 | 1 | -7/+19 |
| | | | | SVN-Revision: 25631 | ||||
* | 6in4: re-establish tunnel also if no credentials are used (static setup) | Jo-Philipp Wich | 2011-02-20 | 2 | -2/+6 |
| | | | | SVN-Revision: 25627 | ||||
* | xfsprogs: add the usual round of voodoo-workarounds for autofail, issue of ↵ | Jo-Philipp Wich | 2011-02-20 | 1 | -0/+82 |
| | | | | | | 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 | ||||
* | comgt: add ACM hotplug | Florian Fainelli | 2011-02-20 | 2 | -4/+4 |
| | | | | | | | | This adds in support for ttyACM devices in the 3g hotplug script. Signed-off-by: Matthew Eaton <wrt at divinehawk.com> SVN-Revision: 25621 | ||||
* | add Marvell orion watchdog timer module | Florian Fainelli | 2011-02-20 | 1 | -0/+16 |
| | | | | | | | | This patch adds kernelmodule for watchdog timer on platform orion. Signed-off-by: Michael Kämmerer <mrk_at_h3c_._de> SVN-Revision: 25620 | ||||
* | switch: fix switch-robo device reference counting | Florian Fainelli | 2011-02-20 | 2 | -7/+16 |
| | | | | | | | | Fix incorrect device reference counting by switch-robo. Signed-off-by: George Kashperko <george@znau.edu.ua> SVN-Revision: 25619 | ||||
* | kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting this | Jo-Philipp Wich | 2011-02-19 | 1 | -1/+0 |
| | | | | SVN-Revision: 25592 | ||||
* | upgrade to 2.57 | Imre Kaloz | 2011-02-19 | 2 | -6/+6 |
| | | | | SVN-Revision: 25576 | ||||
* | ath9k: fix interrupt enable/disable issues | Felix Fietkau | 2011-02-18 | 1 | -0/+21 |
| | | | | SVN-Revision: 25575 | ||||
* | busybox: now that librpc only compiles with uclibc, change the build ↵ | Felix Fietkau | 2011-02-18 | 1 | -1/+1 |
| | | | | | | dependency to BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc SVN-Revision: 25574 | ||||
* | add support for 2.6.37, thanks Wipster! | Florian Fainelli | 2011-02-18 | 2 | -0/+80 |
| | | | | SVN-Revision: 25569 | ||||
* | base-files: Add /etc/nsswitch.conf to targets running glibc/eglibc, ↵ | Hamish Guthrie | 2011-02-18 | 2 | -0/+14 |
| | | | | | | otherwise name resolution fails SVN-Revision: 25568 | ||||
* | librpc: do not attempt to compile if uclibc is not selected | Felix Fietkau | 2011-02-17 | 1 | -3/+7 |
| | | | | SVN-Revision: 25565 | ||||
* | busybox: only add a build dependency on librpc if uclibc is selected | Felix Fietkau | 2011-02-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 25564 | ||||
* | add a package for xfsprogs | Felix Fietkau | 2011-02-16 | 5 | -0/+191 |
| | | | | SVN-Revision: 25558 | ||||
* | kernel: add a missing module for ahci on 2.6.35+ | Felix Fietkau | 2011-02-16 | 1 | -1/+6 |
| | | | | SVN-Revision: 25553 | ||||
* | base-files: librt should depend on libpthread, not the other way around | Felix Fietkau | 2011-02-16 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | add jshn (JSON SHell Notation), a small utility and shell library for ↵ | Felix Fietkau | 2011-02-16 | 4 | -0/+405 |
| | | | | | | parsing and generating json data SVN-Revision: 25547 | ||||
* | hostapd: allow mixed TKIP/CCMP for 11n | Jo-Philipp Wich | 2011-02-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 25543 | ||||
* | dnsmasq: fix logic for creating missing files | Felix Fietkau | 2011-02-14 | 1 | -2/+2 |
| | | | | SVN-Revision: 25540 | ||||
* | package/dnsmasq: use service_kill in initscript | Jo-Philipp Wich | 2011-02-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 25537 | ||||
* | the in-kernel driver should work flawlessly for some time now | Imre Kaloz | 2011-02-14 | 1 | -49/+0 |
| | | | | SVN-Revision: 25533 | ||||
* | set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using git | Felix Fietkau | 2011-02-13 | 4 | -3/+5 |
| | | | | SVN-Revision: 25529 | ||||
* | base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker) | Felix Fietkau | 2011-02-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 25528 | ||||
* | libnl-tiny: remove some more functions to reduce binary size | Felix Fietkau | 2011-02-13 | 3 | -2/+9 |
| | | | | SVN-Revision: 25527 | ||||
* | dropbear: compile out libtomcrypt assertion messages, saves some more space | Felix Fietkau | 2011-02-13 | 1 | -0/+2 |
| | | | | SVN-Revision: 25526 |