Commit Graph

7331 Commits (4c814a2dec5f91e9bcc21dbf10952d0bdd3fbc12)

Author SHA1 Message Date
Felix Fietkau 11b268e345 fix rb532 image build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-31 17:18:50 +00:00
Mike Baker e0e6714e46 basic pxa support; likely broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6232 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-31 00:11:27 +00:00
Mike Baker 44dcffafcc fix colors when compiling with some newer versions of bash
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6231 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-30 18:30:20 +00:00
Felix Fietkau 6dcfb98800 fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6228 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-29 22:07:17 +00:00
Felix Fietkau 1733ea9c1f move the natsemi preselection into the x86 default package list
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-29 20:17:59 +00:00
Felix Fietkau 18db71bc7a add broadcast setting for /etc/config/network interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-27 21:58:03 +00:00
Felix Fietkau bf310af2c1 forward port missing parts of the mtd permission change in whiterussian (and add it to linux 2.6 as well)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-27 19:22:15 +00:00
Felix Fietkau 7e167939b3 fix stupid busybox bin2hex bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-27 17:38:17 +00:00
Felix Fietkau 950b8f5344 really fix busybox wget command line parsing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-27 15:21:53 +00:00
Felix Fietkau 5987213ee8 Fix ipv4/ipv6 resolving.
When not using AF_INET, gethostbyname2_r tries to resolve an ipv6 address
from /etc/hosts using __get_hosts_byname_r, but with AF_INET instead of the
supplied address family. This returns ipv4 addresses marked as ipv6 ones.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-27 15:13:06 +00:00
Felix Fietkau 7449be1dd9 add broadcom-wl patchtable again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-27 10:09:53 +00:00
Felix Fietkau a39071768e merge another batch of code from michael buesch's wireless-dev tree, fix up extpci support and remove scache probe like on brcm-2.6 - tested on the wgt634u with madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6213 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 20:30:32 +00:00
Felix Fietkau c1b874e44a fix a small bug in config.pl that tends to mess up kernel cmdlines
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 20:26:49 +00:00
Felix Fietkau 72aa4ea3b6 fix wget --passive-ftp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6211 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 20:08:46 +00:00
Felix Fietkau f944373ea3 another fix for the awk command line parsing - should finally work properly now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 19:57:51 +00:00
Felix Fietkau 69d550862e Fix gcc version selection
- default version for linux 2.4 broken in r6208
- brcm-2.6 needs an older compiler at least on wgt634u (don't ask me why...)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6209 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 11:02:59 +00:00
Imre Kaloz 23813f6c77 use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 10:55:06 +00:00
Felix Fietkau 5b261403c2 bluetooth currently depends on usb support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6205 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 00:10:50 +00:00
Felix Fietkau 9cd5733d25 upgrade busybox to 1.4.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6204 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 19:08:01 +00:00
Felix Fietkau 1dca8493f3 make usb init script executable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6203 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 17:42:07 +00:00
Felix Fietkau 2488cd4e0a use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 17:39:38 +00:00
Felix Fietkau ea0ecf688c rename patch to avoid duplicate patch number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 17:09:15 +00:00
Felix Fietkau a34f8e311f fix download.pl (#1257)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 13:58:52 +00:00
Felix Fietkau cee55332f8 add html output for the documentation (using tex4ht)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 13:15:57 +00:00
Nicolas Thill a7c699c112 force pcmcia-cs reconfiguration when the kernel configuration changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 11:17:27 +00:00
Felix Fietkau 0f213a6fea add ar7 sErCoMm image fix (patch by Bernardo Innocenti)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6197 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 10:39:02 +00:00
Nicolas Thill bac734479e update e2fsprogs to 1.39 (closes: #1161)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6196 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 09:57:24 +00:00
Mike Baker 993eb90e2d fix [6191]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6193 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-24 22:57:51 +00:00
Tim Yardley 52d3bc0ccf add functionality to provide local mirrors for development purposes.
* any URLs in scripts/localmirrors will be prepended to the mirror list
 * this facilitates local builds and recompilations
 * will also be useful for the buildbot and auto-build of images



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6192 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-24 22:38:02 +00:00
Mike Baker f3e292ce1b kernel has gotten too big; move kernel/jffs2 boundary
TODO: automatically calculate bounds


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6191 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-24 22:01:03 +00:00
Rod Whitby 0d130b0df3 Refreshed ixp4xx config (missing CONFIG_NETFILTER_XT_MATCH_PORTSCAN)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-23 21:18:40 +00:00
Nicolas Thill 27185f0252 make spca / gspca driver 2.6 only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6186 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-23 17:44:11 +00:00
Nicolas Thill e8d4eb1825 revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6185 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-23 16:14:50 +00:00
Nicolas Thill 7fab397d19 fix chaostables patch (closes: #1246)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6184 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-23 16:08:24 +00:00
Florian Fainelli d24c02fb96 Forgot to add the DELUDE target :/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6183 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-23 00:03:01 +00:00
Florian Fainelli 06fe78f82d Add chaostable from #1187, also enable netfilter modules for ixp4xx.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6182 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 23:55:22 +00:00
Florian Fainelli c566073257 Fix zd1211rw typo and call (#1241)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 23:01:13 +00:00
Nicolas Thill f9ce8738dd cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6180 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 17:33:10 +00:00
Felix Fietkau 4880cc6dc6 remove lots of useless junk from the nvram package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6177 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 14:46:37 +00:00
Felix Fietkau b1dfc3a3ef fix a typo in my netfilter commit - worked for iptables, didn't work for the kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6176 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 11:22:02 +00:00
Felix Fietkau 1d25504004 upgrade spca5xx to latest upstream version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6174 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 08:15:06 +00:00
Felix Fietkau 276ec5d114 add missing config checks for the netfilter connmark target (fixes #1186)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6172 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 01:23:44 +00:00
Felix Fietkau 3aad35e9f7 export __libc_stack_end in dynamically linked binaries as well - fixes uclibc++ compile on powerpc (#1230)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6171 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 01:11:39 +00:00
Felix Fietkau 47fa28f8d0 compile fix for 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6170 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 01:08:29 +00:00
Felix Fietkau 8496d74cbe compile fix for 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6169 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 01:02:02 +00:00
Felix Fietkau 372a9fed4e add missing VIDEO_SUPPORT option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6166 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-21 23:56:10 +00:00
Felix Fietkau 04a65711b7 fix keynote compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6165 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-21 23:42:09 +00:00
Florian Fainelli 9582bbf434 Mount usb filesystem at startup (#1077)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6163 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-21 18:11:27 +00:00
Felix Fietkau 6a0580d1b2 fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-21 12:56:55 +00:00
Felix Fietkau 928914fc72 another compile fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-21 02:18:53 +00:00