aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* base-files: Add /etc/nsswitch.conf to targets running glibc/eglibc, ↵Hamish Guthrie2011-02-182-0/+14
| | | | | | otherwise name resolution fails SVN-Revision: 25568
* librpc: do not attempt to compile if uclibc is not selectedFelix Fietkau2011-02-171-3/+7
| | | | SVN-Revision: 25565
* busybox: only add a build dependency on librpc if uclibc is selectedFelix Fietkau2011-02-171-1/+1
| | | | SVN-Revision: 25564
* add a package for xfsprogsFelix Fietkau2011-02-165-0/+191
| | | | SVN-Revision: 25558
* kernel: add a missing module for ahci on 2.6.35+Felix Fietkau2011-02-161-1/+6
| | | | SVN-Revision: 25553
* base-files: librt should depend on libpthread, not the other way aroundFelix Fietkau2011-02-161-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 Fietkau2011-02-164-0/+405
| | | | | | parsing and generating json data SVN-Revision: 25547
* hostapd: allow mixed TKIP/CCMP for 11nJo-Philipp Wich2011-02-151-2/+2
| | | | SVN-Revision: 25543
* dnsmasq: fix logic for creating missing filesFelix Fietkau2011-02-141-2/+2
| | | | SVN-Revision: 25540
* package/dnsmasq: use service_kill in initscriptJo-Philipp Wich2011-02-141-1/+1
| | | | SVN-Revision: 25537
* the in-kernel driver should work flawlessly for some time nowImre Kaloz2011-02-141-49/+0
| | | | SVN-Revision: 25533
* set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using gitFelix Fietkau2011-02-134-3/+5
| | | | SVN-Revision: 25529
* base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker)Felix Fietkau2011-02-131-1/+1
| | | | SVN-Revision: 25528
* libnl-tiny: remove some more functions to reduce binary sizeFelix Fietkau2011-02-133-2/+9
| | | | SVN-Revision: 25527
* dropbear: compile out libtomcrypt assertion messages, saves some more spaceFelix Fietkau2011-02-131-0/+2
| | | | SVN-Revision: 25526
* libnl-tiny: decrease the size a bit more by removing some unnecessary functionsFelix Fietkau2011-02-134-41/+31
| | | | SVN-Revision: 25525
* ppp: add a more descriptive title for ppp-multilinkFelix Fietkau2011-02-131-1/+1
| | | | SVN-Revision: 25524
* ppp: move multilink support into a separate build variant - saves around 30k ↵Felix Fietkau2011-02-131-7/+25
| | | | | | for the default build SVN-Revision: 25523
* make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that ↵Felix Fietkau2011-02-135-6/+13
| | | | | | hostapd/wpa_supplicant can make it optional SVN-Revision: 25518
* it's time for some attitude adjustment ;)Imre Kaloz2011-02-131-5/+9
| | | | SVN-Revision: 25514
* libnl: update to version 2.0 (patch by Philip Prindeville)Felix Fietkau2011-02-137-250/+8
| | | | SVN-Revision: 25513
* busybox: disable killall5 - nothing uses itFelix Fietkau2011-02-131-1/+1
| | | | SVN-Revision: 25512
* remove the shared object stubs of libnsl and libresolv - let the compiler ↵Felix Fietkau2011-02-131-1/+1
| | | | | | use the static variants instead SVN-Revision: 25511
* soloscli: allow user to apply settings to solos h/w before bringing up ↵Felix Fietkau2011-02-133-0/+43
| | | | | | | | | | | | | | | | 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
* swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, ↵Felix Fietkau2011-02-131-1/+1
| | | | | | swconfig uses libnl-tiny anyway SVN-Revision: 25509