aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix AutoLoad macro typos (#2765)Florian Fainelli2007-11-281-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)Felix Fietkau2007-11-281-2/+2
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use instead of closes #2759Travis Kemen2007-11-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for the PCEngines AlixTravis Kemen2007-11-282-1/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add txpower patches and add uci configuration file From: Vasilis T. (aka ↵Travis Kemen2007-11-284-1/+457
| | | | | | Acinonyx) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't overwrite device default for fast frames closes #2321Travis Kemen2007-11-281-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add option to turn off dynamic dhcp closes #2694Travis Kemen2007-11-281-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* init: check permissions on rc.d filesFelix Fietkau2007-11-281-1/+1
| | | | | | | | | | | | | We try to unconditionally execute /etc/rc.d/* files, even if they're not executable - an easy way of temproarily disabling a service. When this happens, we get a permission denied error on boot. This change only tries to run execulable startup scripts. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9607 3c298f89-4303-0410-b956-a3cf2f4a3e73
* init: don't start hotplug2 if it doesn't existFelix Fietkau2007-11-281-1/+2
| | | | | | | | | | | | | The current init script always tries to start hotplug 2, even if it's not present, so we get an error on boot. This change checks for the presence of the hotplug2 binary before trying to start it. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: use readable video mode descriptions in readmeFelix Fietkau2007-11-282-5/+8
| | | | | | | | | | The ps3 video modes can be specified as readable names (eg "720p"), so use those instead. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: build-in ps3 system managerFelix Fietkau2007-11-281-3/+3
| | | | | | | | | | This changes the ps3 kernel config to build-in the System Manager module, which is required for proper shutdown and reboot. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to latest madwifi snapshot - fixes some noderef bugsFelix Fietkau2007-11-279-371/+298
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix remaining netif_rx calls in napi polling patchFelix Fietkau2007-11-271-6/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9601 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] add Edimax BR-61x4WG board support to the LED driver, thanks to ↵Gabor Juhos2007-11-261-0/+16
| | | | | | scream_ (closes: #2756) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] more USB driver fixes, now it passes usbtests 1-14 Gabor Juhos2007-11-262-9/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* work around kernel config issues with sound modulesFelix Fietkau2007-11-252-9/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependencyFelix Fietkau2007-11-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] fix USB driver to compile with ADMH_VERBOSE_DEBUG definedGabor Juhos2007-11-233-36/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9593 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] USB driver updates, the driver passes usbtests 1-10 nowGabor Juhos2007-11-236-452/+948
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] disable INITRAMFS_EXTRA_FILES, in initramfs it cause errorsGabor Juhos2007-11-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix build issues that happen when the staging dir is cleared and the build ↵Felix Fietkau2007-11-201-1/+5
| | | | | | directories stay git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a few stampfile locationsFelix Fietkau2007-11-202-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add external kernel tree supportEugene Konev2007-11-202-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update stripped subset of l7 patterns to 11-03-2007 patternsTim Yardley2007-11-1917-128/+151
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix libnl include issues which broke a few packagesFelix Fietkau2007-11-192-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove madwifi tx locking patch - i don't trust itFelix Fietkau2007-11-181-77/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix path to .config (#2722)Felix Fietkau2007-11-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prevent mac80211 from accidentally starting to build on older kernel ↵Felix Fietkau2007-11-171-6/+8
| | | | | | versions because of dependencies (#2718) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* comment out dependencies that are not supposed to be used yet (#2723)Felix Fietkau2007-11-171-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up stale stampfilesFelix Fietkau2007-11-171-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9576 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hostapd rebuild check, isolate the common src/ directory for hostapd ↵Felix Fietkau2007-11-172-14/+16
| | | | | | variants as well to fix compile errors when both variants are selected (#2722) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hostapd build with opensslFelix Fietkau2007-11-161-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] kernel: add a kernel module for the usbtest driverGabor Juhos2007-11-161-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix build on non-SMP machines of the remote GDB debugging (#2666)Florian Fainelli2007-11-161-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix tx stats (#2705)Florian Fainelli2007-11-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow specifying static IPv6 gateways (#2710)Florian Fainelli2007-11-162-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: turn libnl into a build dependencyFelix Fietkau2007-11-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prefer http downloads over svn/git checkouts, remove git dependencyFelix Fietkau2007-11-162-11/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* better scope handling for the configured stampFelix Fietkau2007-11-161-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix config change detect for hostapdFelix Fietkau2007-11-162-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update hostapd patches to the latest from ↵Felix Fietkau2007-11-167-57/+75
| | | | | | http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve build checks for hostapd (combinations of madwifi and mac80211)Felix Fietkau2007-11-161-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the static version of libnl for hostapdFelix Fietkau2007-11-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make libnl build a static version as wellFelix Fietkau2007-11-161-0/+46
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wl-700gE ide init (patch by biblbroks, fixes #2686)Felix Fietkau2007-11-161-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add lzma compressed initramfs for bcm947xxFelix Fietkau2007-11-161-0/+121
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config symbols for ide on broadcom 4780Felix Fietkau2007-11-161-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix initramfs imagesFelix Fietkau2007-11-161-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* create broadcom initramfs images and move the lzma decompressor area a bit ↵Felix Fietkau2007-11-162-1/+5
| | | | | | further git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix adm switch misdetection, which led to bogus button events that caused ↵Felix Fietkau2007-11-162-7/+7
| | | | | | the system to shut down git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9555 3c298f89-4303-0410-b956-a3cf2f4a3e73