aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not try to build autoconf emacs library, as it can fail on some systems ↵Florian Fainelli2008-09-091-0/+24
| | | | | | like Fedora core 9 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* au1000: fix gpio outputFlorian Fainelli2008-09-091-0/+20
| | | | | | | | | | | | | when setting the output state of one GPIO pin we have to keep the state of the other pins, hence use binary OR. also gpio_direction_output() wants to set an initial value, so add that too. this fixes a problem with the USB power switch on mtx-1 boards. (#3974) Signed-off-by: Bruno Randolf <br1@einfach.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump ifxmips to 2.6.26.2John Crispin2008-09-093-70/+93
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix autoconf compilation (#3956)Felix Fietkau2008-09-081-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] firmware-utils/mkmylofw: WP543 support Gabor Juhos2008-09-082-26/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target features: fix usb support detectionFelix Fietkau2008-09-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes script that mounts usd storage when it gets attachedJohn Crispin2008-09-081-14/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq: Use a more intelligent way of parsing dhcp-options using the new ↵Steven Barth2008-09-071-7/+3
| | | | | | UCI list datatype git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12547 3c298f89-4303-0410-b956-a3cf2f4a3e73
* restore the /tmp/resolv.conf symlink when stopping dnsmasqFelix Fietkau2008-09-071-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] build more image typesGabor Juhos2008-09-071-4/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add gpio-buttons devicesGabor Juhos2008-09-074-0/+100
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] simplify leds-gpio device registrationGabor Juhos2008-09-074-34/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12543 3c298f89-4303-0410-b956-a3cf2f4a3e73
* feeds: Switched to LuCI stable branchSteven Barth2008-09-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add missing include file for the tools multicall binaryFelix Fietkau2008-09-051-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: select the right hal binary for EABI on ARMFelix Fietkau2008-09-051-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.26: fix build error caused by the gpio sysfs stuffGabor Juhos2008-09-051-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12536 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.6.2 (bugfixes)Felix Fietkau2008-09-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.26: fix gpio sysfs patch, forgot to refresh itGabor Juhos2008-09-041-14/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] register gpio-leds on the WP543 boardGabor Juhos2008-09-041-0/+46
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] enable gpio sysfs supportGabor Juhos2008-09-041-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.26: backport gpio sysfs support form 2.6.27-rcXGabor Juhos2008-09-042-0/+1021
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] enable USB support, and sync kernel configGabor Juhos2008-09-031-6/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] make use the USB controller on the WP543 boardGabor Juhos2008-09-031-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12520 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix platform device ids of the USB controllersGabor Juhos2008-09-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix EHCI driverGabor Juhos2008-09-031-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix phy id on the WP543 boardGabor Juhos2008-09-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ccache installation (#3942)Felix Fietkau2008-09-031-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix shell return status of the find symlink commandFelix Fietkau2008-09-031-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add default Build/Install template, which is activated by setting PKG_INSTALL=1Felix Fietkau2008-09-032-11/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change the an openssl sed command to be safe for -Wl,-rpath-link in ldflagsFelix Fietkau2008-09-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12511 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add -rpath-link to TARGET_LDFLAGS by defaultFelix Fietkau2008-09-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix recursive symlink issueFelix Fietkau2008-09-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure that when the kernel config changes, compile is triggered for all ↵Felix Fietkau2008-09-021-0/+2
| | | | | | kernel dependent packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12503 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ./scripts/env for newer git versionsFelix Fietkau2008-09-021-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12502 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 0-byte filesFelix Fietkau2008-09-0234-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke ipkg, now that we use opkg, we don't need it anymoreFelix Fietkau2008-09-021-77/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12500 3c298f89-4303-0410-b956-a3cf2f4a3e73
* final fix for BCM5354 USB cores, hopefullyImre Kaloz2008-09-021-3/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ipkg from busyboxFelix Fietkau2008-09-028-14073/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove awx from busybox, refresh patchesFelix Fietkau2008-09-027-1629/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* BusyBox httpd Accept Header PatchFelix Fietkau2008-09-021-0/+42
| | | | | | | | | | | | | | With this patch the BusyBox httpd pass the "Accept:" and "Accept-Language:" header by the environment variables to the CGI-Script, so this can make Content Negotiation to deliver the page in the language, which was selected by the user in the browser settings, and/or serve the XHTML page with the right MIME-Type application/xhtml+xml to user agents which support it und text/html which don't. Signed-off-by: Alina Friedrichsen <x-alina@gmx.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* provide a md5sum wrapper for BSDish systemsFelix Fietkau2008-09-021-3/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of a shell warning if md5sum is not foundFelix Fietkau2008-09-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up md5s() shell functionFelix Fietkau2008-09-021-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12493 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable autorebuild for the toolchain, as it can easily lead to build breakagesFelix Fietkau2008-09-024-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12492 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add prereq check for extended getopt (#3944)Felix Fietkau2008-09-021-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12491 3c298f89-4303-0410-b956-a3cf2f4a3e73
* quilt depends on sedFelix Fietkau2008-09-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi upstream does not work on wisocFelix Fietkau2008-09-021-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12489 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi upstream compile for mips (#3952)Felix Fietkau2008-09-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12488 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add option to cache local queries, from sn9Travis Kemen2008-09-021-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix enabling of init scripts.Lars-Peter Clausen2008-09-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12482 3c298f89-4303-0410-b956-a3cf2f4a3e73