summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [package] add uhttpd (moved from LuCI trunk)jow2010-03-2517-0/+3997
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] fix the mac address setting on sitecom devices after r20294florian2010-03-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add missing CONFIG_CB1400_CORE symbol, spotted by buildbotflorian2010-03-252-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include/target.mk: Only set usb feature flag for a target if there is a HCDlars2010-03-251-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ifxmips-dsl-api: only show debug option when package is selectednico2010-03-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for D4PW board, patch from mexitflorian2010-03-252-0/+120
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix for previous commitblogic2010-03-251-161/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] implement gpiolib drivers for core gpio and ebu attached latchesblogic2010-03-257-252/+495
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] use profiles again intead of subtargets.florian2010-03-2519-795/+53
| | | | | | | We have now a single kernel which autodetects the type of device we are running on, so we can switch back to having profiles. Patch by Bernhard Loos. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Add basic WLAN LED control to TL-WR1043NDjuhosg2010-03-251-0/+22
| | | | | | | | * thanks to KillaB * closes #6834 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create smaller initramfs images for the TP-Link boardsjuhosg2010-03-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20414 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix kmod-crypto-misc on 2.4nico2010-03-251-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rb532] revert back to 2.6.32.9 for backfireflorian2010-03-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix typo in gspa sn9c20x autoload line, patch from Chris Liflorian2010-03-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] adds support to build uboot for arv452blogic2010-03-244-12/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] typoblogic2010-03-241-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] adds support for airties wav-281/arcor a800/arcaydian arv452blogic2010-03-241-0/+79
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] meta partition should not span brn-boot sectorblogic2010-03-241-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] add phylib support to ethernet driverblogic2010-03-241-10/+111
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* When enabling MFP, hostapd will read assoc_sa_query_max_timeout andthepeople2010-03-241-0/+8
| | | | | | | | | | | assoc_sa_query_retry_timeout from it's config file. Make these options configurable in /etc/config/wireless. To make it clear that these options are 802.11w related, I named them ieee80211w_max_timeout and ieee80211w_retry_timeout instead. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable management frame protection in hostapd, and make it configurablethepeople2010-03-242-1/+9
| | | | | | | | | | in /etc/config/wireless. Since ath9k is currently the only driver that supports MFP, it will only be enabled when ath9k is enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable management frame protection in wpa_supplicant, and make itthepeople2010-03-242-1/+11
| | | | | | | | | configurable in /etc/config/wireless. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Cleanup redundant psk handling code in wpa_supplicant.sh.thepeople2010-03-241-10/+5
| | | | | | | | | | (I sent this one to openwrt-devel before, but I am resending it as part of this series because the next patch will also edit wpa_supplicant.sh). Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] base-files: remove redundant "Press " when writing enter failsafe messagejow2010-03-231-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: make press key message more explicit in preinitjow2010-03-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-extroot: make overlay mount check more explicit, it wrongly ↵jow2010-03-231-1/+1
| | | | | | detected /tmp/overlay as successful overlay mount git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] kernel: fix xen-fbdev descriptionjow2010-03-231-1/+1
| | | | | | | | | | This patch fixes the description for KernelPackage xen-fbdev caused by a typo in xen.mk. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20389 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic-2.6: fix r20386 (thanks nico), update missing symbols on ↵acoul2010-03-233-2/+4
| | | | | | config-2.6.32 too git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] linux-atm: fix compilation of 'qgen' host toolnico2010-03-231-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic-2.6: config-2.6.33 add missing symbols, closes #6913 (thanks maddes)acoul2010-03-231-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] also generate images for AG1A, thanks obinouflorian2010-03-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20385 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: fix free-after-use bug in __dns_lookup (closes #6886)juhosg2010-03-233-0/+135
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uci] bump to the lastest git committhepeople2010-03-233-438/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] the svn fallback code added in r20322 is evaluated with each make ↵jow2010-03-231-7/+3
| | | | | | | | | invocation and produces a lot of spurious "svn: broken pipe" error - replace it with a more efficient version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] sound jz4740_pcm: Set dma channel to NULL after it has been freed,lars2010-03-221-1/+3
| | | | | | | because hw_free can be called multiple times aswell. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] sound jz4740_pcm: Don't request dma channel mor then once.lars2010-03-221-4/+5
| | | | | | | | | | It is possible that the hw_params callback is called multiple times when using the oss emulation layer. Thus we need to check whether the dma channel has already been requested otherwise we'll end up with all dma channels being requested by sound driver. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostap-driver: fix a typo (thanks acinonyx)acoul2010-03-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostap-driver: fix DEPENDS on Makefileacoul2010-03-221-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] remove leftover wpa_supplicant directory after r19286jow2010-03-210-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: always strip "11" from hwmode valuejow2010-03-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix some documentationhauke2010-03-211-20/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: config-2.6.33, add missing option on commit r20332acoul2010-03-211-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use the RB411 setup for the RB411Ujuhosg2010-03-211-10/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: change PHY select logic, and update phy_masksjuhosg2010-03-2122-78/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix path to the orinoco pcmcia driver, thanks haukeflorian2010-03-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change from /jffs to /overlay, patch from Daniel Dickinsonflorian2010-03-2116-26/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] disable ucitrigger for now, not used, patch from Dave Kooperflorian2010-03-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] If /var/spool/cron/crontabs is a directory, then /etc/init.d/cronflorian2010-03-211-1/+1
| | | | | | will place a spurious "crontabs" symlink into it. Patch fro Stefan Monnier git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add pcmcia hermes module, patch from Guillaume Lecerfflorian2010-03-211-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] fix ethernet driver remove function to use the correct annotation ↵florian2010-03-214-8/+8
| | | | | | (#6311) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20350 3c298f89-4303-0410-b956-a3cf2f4a3e73