aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: add mwl8k driverHauke Mehrtens2010-04-211-1/+16
| | | | | | | This closes #7209 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/button-hotplug: handle KEY_RESTART and KEY_WPS_BUTTON codes as wellGabor Juhos2010-04-211-21/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix segmentation fault on non-mac80211 drivers (#7202)Felix Fietkau2010-04-201-5/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix iptables cflags to include architecture specific asm includesFlorian Fainelli2010-04-201-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix basic rate selection for 5ghzFelix Fietkau2010-04-201-0/+68
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21043 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: update to r528, refresh patchesJo-Philipp Wich2010-04-185-23/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gigaset: build gigaset with isdn4linux supportHauke Mehrtens2010-04-181-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* siit: fix buildHauke Mehrtens2010-04-181-1/+5
| | | | | | | Starting with kernel 2.6.33 autoconf.h is in generated/ and not linux/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add stbc supportFelix Fietkau2010-04-183-0/+99
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add ldpc and stbc support to minstrel_htFelix Fietkau2010-04-181-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove the unused PACKAGE_ATH9K_DEBUG option - PACKAGE_ATH_DEBUG ↵Felix Fietkau2010-04-171-11/+0
| | | | | | turns on debugging for atheros drivers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: use minstrel_ht by default for ath9kFelix Fietkau2010-04-171-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20971 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: minstrel_ht - increase space between sampling attempts to allow ↵Felix Fietkau2010-04-171-1/+1
| | | | | | for better aggregation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: enable 3-stream support in minstrel_htFelix Fietkau2010-04-171-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20969 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: enable 3-stream and MCS16-23 supportFelix Fietkau2010-04-174-0/+214
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: improve reliability of the rx stuck fixupFelix Fietkau2010-04-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20967 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-04-16Felix Fietkau2010-04-179-35464/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20966 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package] dropbear: Add bind 'Interface' option (#7149)Vasilis Tsiligiannis2010-04-171-1/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a minstrel_ht off-by-one bug (patch by Christian Lamparter)Felix Fietkau2010-04-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: Add cpu port index to help output.Gabor Juhos2010-04-163-1/+4
| | | | | | | | | | | | | | Let swconfig provide the cpu port index in its help page. This is needed as e.g. Atheros switches have their cpu port at port 0, not port 5. This could allow e.g. luci to get a rough overview of the layout of the switch. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: Fix switch name.Gabor Juhos2010-04-161-1/+1
| | | | | | | | | | | This patch fixes a small typo in swconfig's client side that caused it to print the interface name instead of the switch's device name on the help page. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20938 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dnsmasq: don't append search domain to custom host entriesJo-Philipp Wich2010-04-162-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/modules: package isp116x-hcd driverGabor Juhos2010-04-161-1/+19
| | | | | | | Cc: backfire@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix bug in foregrounding in /etc/init.d/rcSFlorian Fainelli2010-04-161-2/+6
| | | | | | | | Not using the config_xxx functions correctly. Amended. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20928 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [malta]Jo-Philipp Wich2010-04-161-1/+1
| | | | | | | | | - enable PCI - add kmod-pcnet32 to default packages - make kmod-pcnet32 available for malta target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20923 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ifxmips-dsl-api: move configuration in submenuNicolas Thill2010-04-162-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20922 3c298f89-4303-0410-b956-a3cf2f4a3e73
* yckage/ifx-tapidemo: move configuration in submenuNicolas Thill2010-04-162-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20921 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ifx-tapi: move configuration in submenuNicolas Thill2010-04-162-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20920 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/uboot-lantiq: move configuration in submenuNicolas Thill2010-04-162-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20919 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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