aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* iptables: do not use -static-libgccFelix Fietkau2011-03-011-1/+1
| | | | SVN-Revision: 25808
* busybox: remove the -static-libgcc flag, saves a few kbFelix Fietkau2011-03-011-0/+11
| | | | SVN-Revision: 25802
* base-files: relink uclibc and libgcc libraries to remove leftovers of the ↵Felix Fietkau2011-03-011-5/+59
| | | | | | statically linked initial libgcc saves a few kb and gets rid of unused not exported functions as well should also improve the reliability of mklibs SVN-Revision: 25800
* ubus: add a missing dependencyFelix Fietkau2011-02-281-1/+1
| | | | SVN-Revision: 25792
* block-mount: Fixed shell error on empty string due to -eq to number for the ↵Daniel Dickinson2011-02-281-3/+3
| | | | | | optional find_root variable SVN-Revision: 25787
* block-mount,block-extroot: Modify mount.sh so that block-extroot mounts ↵Daniel Dickinson2011-02-281-4/+13
| | | | | | target /overlay as rootfs (use if is_rootfs is now deprecated) when block-extroot is installed, and as /tmp/overlay-disabled otherwise SVN-Revision: 25786
* mac80211: improve ath9k AP A-MPDU PS bufferingFelix Fietkau2011-02-272-8/+44
| | | | SVN-Revision: 25779
* mac80211: override CONFIG_IWLWIFI_LEGACYFelix Fietkau2011-02-271-0/+1
| | | | SVN-Revision: 25778
* mac80211: set CONFIG_RTLWIFIFelix Fietkau2011-02-271-0/+1
| | | | SVN-Revision: 25776
* p54: fix a null pointer dereference bugFelix Fietkau2011-02-271-0/+18
| | | | SVN-Revision: 25775
* kernel: disable scheduler actions by default, they will be enabled only when ↵Felix Fietkau2011-02-271-0/+1
| | | | | | kmod-sched is selected SVN-Revision: 25771
* acx-mac8011: bump to 20110123Florian Fainelli2011-02-271-2/+2
| | | | SVN-Revision: 25756
* mac80211: update to 2011-02-25Felix Fietkau2011-02-2727-70/+69
| | | | SVN-Revision: 25749
* xfsprogs: explicitely disable gettext and 64bit library supportJo-Philipp Wich2011-02-261-0/+4
| | | | SVN-Revision: 25733
* ubus: update to the latest version to fix a compile error with gcc 4.5Felix Fietkau2011-02-261-2/+2
| | | | SVN-Revision: 25732
* add redboot-ar231x (LZMA compressed redboot for a few devices)Felix Fietkau2011-02-261-0/+52
| | | | SVN-Revision: 25723
* relayd: add uci integrationJo-Philipp Wich2011-02-253-1/+134
| | | | SVN-Revision: 25714
* base-files: fix sysctl handling, do not react on fake ifaces in route ↵Jo-Philipp Wich2011-02-251-2/+5
| | | | | | hotplug handler SVN-Revision: 25713
* package/madwifi: fix for kernels >= 2.6.38Alexandros C. Couloumbis2011-02-241-0/+14
| | | | SVN-Revision: 25702
* package/wprobe: fix for kernels >= 2.6.38Alexandros C. Couloumbis2011-02-241-0/+5
| | | | SVN-Revision: 25701
* * adds stage1 lzma * new boards * fixes settings for PSC ram * lost of cleanupsJohn Crispin2011-02-2430-453/+3216
| | | | SVN-Revision: 25694
* add kmod-oprofile to package/kernelFelix Fietkau2011-02-241-0/+15
| | | | SVN-Revision: 25690
* kmod-crypto: fix selecting core crypto modulesFelix Fietkau2011-02-241-0/+5
| | | | SVN-Revision: 25688
* kmod-crypto: remove pcomp, nothing uses itFelix Fietkau2011-02-241-1/+0
| | | | SVN-Revision: 25686
* qos-scripts: disable overhead calculation by default, it does not work ↵Felix Fietkau2011-02-241-1/+0
| | | | | | properly for many line speeds SVN-Revision: 25685
* Send ipkg-make-index.sh output to stdoutJo-Philipp Wich2011-02-231-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 driverJo-Philipp Wich2011-02-231-1/+1
| | | | SVN-Revision: 25670
* kernel: make xen pcidev driver depend on Linux 2.6.37 or 2.6.38Jo-Philipp Wich2011-02-231-1/+1
| | | | SVN-Revision: 25669
* kernel: fix kmod-xen-evtchn for Linux 2.6.37+Jo-Philipp Wich2011-02-231-2/+23
| | | | SVN-Revision: 25668
* qos-scripts: add missing dependencyFelix Fietkau2011-02-221-1/+1
| | | | SVN-Revision: 25656
* jshn: add build dependency on libubox, it needs the list.h header from itJo-Philipp Wich2011-02-211-0/+1
| | | | SVN-Revision: 25652
* package/madwifi: extend wlanconfig scan ssid field from 14 to 30 charactersAlexandros C. Couloumbis2011-02-211-0/+29
| | | | SVN-Revision: 25649
* as [25641] removed kernel IMQ support, remove it from iptables as wellImre Kaloz2011-02-212-136/+0
| | | | SVN-Revision: 25646
* kernel: remove imq support, refresh patchesFelix Fietkau2011-02-211-24/+0
| | | | SVN-Revision: 25641
* qos-scripts: drop the use of IMQ, use ifb and act_connmark insteadFelix Fietkau2011-02-214-24/+40
| | | | SVN-Revision: 25640
* kernel: add a new scheduler action for restoring the connection tracking ↵Felix Fietkau2011-02-212-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üsch2011-02-201-4/+4
| | | | SVN-Revision: 25635
* base-files: Add "-o noatime" to mount wrapperMichael Büsch2011-02-201-1/+1
| | | | | | noatime is cheaper than default relatime. SVN-Revision: 25634
* Fix whitespaceMichael Büsch2011-02-201-1/+1
| | | | SVN-Revision: 25632
* switch to newer CS5535 GPIO driver, patch from Philip PrindevilleFlorian Fainelli2011-02-201-7/+19
| | | | SVN-Revision: 25631
* 6in4: re-establish tunnel also if no credentials are used (static setup)Jo-Philipp Wich2011-02-202-2/+6
| | | | SVN-Revision: 25627
* xfsprogs: add the usual round of voodoo-workarounds for autofail, issue of ↵Jo-Philipp Wich2011-02-201-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 hotplugFlorian Fainelli2011-02-202-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 moduleFlorian Fainelli2011-02-201-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 countingFlorian Fainelli2011-02-202-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 thisJo-Philipp Wich2011-02-191-1/+0
| | | | SVN-Revision: 25592
* upgrade to 2.57Imre Kaloz2011-02-192-6/+6
| | | | SVN-Revision: 25576
* ath9k: fix interrupt enable/disable issuesFelix Fietkau2011-02-181-0/+21
| | | | SVN-Revision: 25575
* busybox: now that librpc only compiles with uclibc, change the build ↵Felix Fietkau2011-02-181-1/+1
| | | | | | dependency to BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc SVN-Revision: 25574
* add support for 2.6.37, thanks Wipster!Florian Fainelli2011-02-182-0/+80
| | | | SVN-Revision: 25569