aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* package/uboot-ifxmips: move configuration in submenuNicolas Thill2010-04-162-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20918 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ifx-vmmc: move configuration in submenuNicolas Thill2010-04-162-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20917 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kexec-tools: move configuration in submenu, rename 'kexec-config.in' ↵Nicolas Thill2010-04-162-3/+5
| | | | | | in 'Config.in' for coherency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20916 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/openssl: move configuration in submenuNicolas Thill2010-04-162-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ar7-atm: move configuration in submenuNicolas Thill2010-04-162-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20914 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add dependencies on kmod-crc16 and kmod-rfkill to ↵Nicolas Thill2010-04-161-1/+2
| | | | | | kmod-bluetooth (closes: #7063) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: rename 'target-config.in' to 'Config.in' for coherency, ↵Nicolas Thill2010-04-162-5/+7
| | | | | | move submenu to it and source main busybox Config.in from there git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: move configuration in submenuNicolas Thill2010-04-162-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: move all configuration items in submenus, merge Config.in* ↵Nicolas Thill2010-04-166-167/+184
| | | | | | into the main Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/libpcap: move configuration to submenuNicolas Thill2010-04-162-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/udev: move configuration in submenu, rename udev-config.in to ↵Nicolas Thill2010-04-162-5/+4
| | | | | | Config.in for consistency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20908 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mmc_over_gpio: more configuration in submenuNicolas Thill2010-04-161-19/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20907 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/compcache: move configuration in submenuNicolas Thill2010-04-162-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: remove references to old TARGET_olpc now that it has been ↵Nicolas Thill2010-04-161-2/+2
| | | | | | merged with TARGET_x86 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add 3 upstream fixes, bump release numberNicolas Thill2010-04-164-1/+190
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add dependency on kmod-input-core to kmod-sound-core ↵Nicolas Thill2010-04-161-1/+1
| | | | | | (closes: #7140) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add missing modules autoloading for kmod-ipsec, kmod-ipsec4 ↵Nicolas Thill2010-04-161-16/+32
| | | | | | & kmod-ipsec6 (partially closes: #7164) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix crash issues caused by the ar9300 support patchFelix Fietkau2010-04-157-604/+755
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: fix bug in path canonization introduced by r20883Jo-Philipp Wich2010-04-151-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd:Jo-Philipp Wich2010-04-158-82/+186
| | | | | | | | | - make network timeout configurable, increase default to 30 seconds (#7067) - follow symlinks in docroot and add option to disable that - fix mimetype detection for files with combined extensions (.tar.gz, ...) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: fix typo in r20874 (thanks to rhk for spotting it)Nicolas Thill2010-04-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/block-mount: mark /etc/config/fstab as conffiles (closes: #7130)Nicolas Thill2010-04-151-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: use a single $(CP) instead of two to copy shared library ↵Nicolas Thill2010-04-151-10/+20
| | | | | | files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/broadcom-diag: fix USB led polarity on Asus WL-HDD (closes: #7055)Nicolas Thill2010-04-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: update to 1.4.7Nicolas Thill2010-04-142-13/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ipset: update to 4.2Nicolas Thill2010-04-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: fix timestamp patch - previous version patched the wrong fileFelix Fietkau2010-04-141-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: remove the makefile timestamp check, it breaks on some host systemsFelix Fietkau2010-04-141-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a crash in ath9k_hw_reset on older hwFelix Fietkau2010-04-141-69/+69
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-04-13, add some more fixes for the ↵Felix Fietkau2010-04-1418-9936/+7251
| | | | | | ar9300 patch set, fixes #7135 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: add a patch to fix package/carl9170 build failureNicolas Thill2010-04-131-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] option to allow boot to run to completion before starting shellFlorian Fainelli2010-04-131-1/+6
| | | | | | | | | | | | | Setting the system variable "foreground" to yes causes the system to run the init scripts in series and wait for completion. This is useful if (a) you don't want the user getting into the console until the system is initialized, or (b) you have things going on in your scripts that require strict ordering (and no possible race conditions). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix jffs2 and mini_fo mount in failsafe (patch from #7134)Felix Fietkau2010-04-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: more fixes/cleanups for ar9280 and ar9300Felix Fietkau2010-04-1310-427/+345
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a crash bug and a dma sync issueFelix Fietkau2010-04-122-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] Add uboot for xburst packageLars-Peter Clausen2010-04-1249-0/+15865
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix swconfig build failure on brcm63xxFlorian Fainelli2010-04-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix linux-atm build failure on brcm63xx (and probably other ↵Florian Fainelli2010-04-121-2/+2
| | | | | | targets) (#7145) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20826 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-ata-pdc202xx-old (#6950)Florian Fainelli2010-04-111-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix kmod-crc16 loading (#6949)Florian Fainelli2010-04-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add net5501 supportFlorian Fainelli2010-04-111-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch brings up the net5501 platform. Note that the x86/ target included support for all x86/ class processors. That's not technically correct. This should be constrained only to the "generic" subtarget. Every x86-class target that isn't generic should be able to select only the optimizations/capabilities applicable to that architectural variant. It's also assumed that all x86 processors have keyboard & mouse ports, ISA, DMI, ACPI... the embedded ones typically don't. Again, moving that to the generic subtarget. Fortunately, this was a fairly benign tweak. The net5501 board includes the following logic: Geode/LX processor CS5535 super-I/O chip PC87360 sensor chip Via Rhine Ethernet controllers Via Sata controllers USB, LEDS, I2C Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-extroot: r20784 reverted r20735, add it back (#7104)Jo-Philipp Wich2010-04-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add debugging entry to hotplug configFlorian Fainelli2010-04-101-0/+6
| | | | | | | | This is useful for seeing what devices are detected by the system. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-extroot depends on kmod-ata-coreFlorian Fainelli2010-04-101-1/+1
| | | | | | | | | | The package block-extroot depends on some builtin package like kmod-ide-core or kmod-usb-storage. But kmod-ata-core was forgotten; this patch fixes it. Signed-off-by: Benjamin Cama <benoar@free.fr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 ↵Felix Fietkau2010-04-1027-137/+38248
| | | | | | patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: fix 11bg hwmode, add lrs modeJo-Philipp Wich2010-04-091-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-lantiq] update to version 2010.3Ralph Hempel2010-04-096-1158/+1686
| | | | | | | | | | | | | httpd-failsafe: removed warnings, cleanup html pages httpd-failsafe: kicking in if boot command fails httpd-failsafe: support of ctrl-c httpd-failsafe: fixed ether addr thanks to Stas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips-dsl-api] fix firmware handlingRalph Hempel2010-04-091-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20755 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] broadcom-wl: implement "hwmode" uci option, supports 11b (B ↵Jo-Philipp Wich2010-04-072-0/+16
| | | | | | only), 11g (G only), 11gst (G performance) and 11bg (default) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20740 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: play it safe, cross compile everywhereAlexandros C. Couloumbis2010-04-071-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20739 3c298f89-4303-0410-b956-a3cf2f4a3e73