nbd [Sun, 11 Feb 2007 20:30:48 +0000 (20:30 +0000)]
oops... accidentally merged a broken patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6283
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 11 Feb 2007 20:17:04 +0000 (20:17 +0000)]
fix a bug that breaks some cgi scripts on busybox (patch from x-wrt)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6282
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 10 Feb 2007 17:16:10 +0000 (17:16 +0000)]
revert httpd header handling code to the one from busybox 1.3.1 - fixes problems with cgis and custom headers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6281
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 9 Feb 2007 16:24:34 +0000 (16:24 +0000)]
more fixes for rstrip.sh and kernel modules - fixes #1301
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6280
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 8 Feb 2007 17:34:08 +0000 (17:34 +0000)]
add NTFS-3G
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6279
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 8 Feb 2007 13:19:34 +0000 (13:19 +0000)]
fix mac handling, thanks to Kestutis Kupciunas
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6278
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 8 Feb 2007 12:43:47 +0000 (12:43 +0000)]
upgrade FUSE to v2.6.3, make fuse-utils depend on libfuse and kmod-fuse
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6277
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 8 Feb 2007 02:34:18 +0000 (02:34 +0000)]
update work in progress rewritten bcm947xx code. wifi and usb seem to be working, flash access still has problems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6276
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 8 Feb 2007 01:25:18 +0000 (01:25 +0000)]
port [6229] to kamikaze
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6275
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 6 Feb 2007 01:02:30 +0000 (01:02 +0000)]
fix typos in ifdown (patch from #1319)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6272
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 6 Feb 2007 00:56:36 +0000 (00:56 +0000)]
fix overzealous kmod stripping - it killed kernel module parameters (#1301)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6271
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 5 Feb 2007 21:56:03 +0000 (21:56 +0000)]
change target description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6270
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 5 Feb 2007 21:55:32 +0000 (21:55 +0000)]
add profile for the wgt634u
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6269
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 4 Feb 2007 23:18:47 +0000 (23:18 +0000)]
oops... typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6267
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 4 Feb 2007 23:18:22 +0000 (23:18 +0000)]
fix rootfs detection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6266
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 4 Feb 2007 21:18:10 +0000 (21:18 +0000)]
update atheros 2.6 port - add support for the older chip generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6265
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 4 Feb 2007 21:15:46 +0000 (21:15 +0000)]
add extra netfilter xt stuff to config-template
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6264
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 4 Feb 2007 19:36:11 +0000 (19:36 +0000)]
Minor kernel build changes:
Change '[ -d ... ] && cmd' to 'if [ -d ... ]; then cmd; fi' to avoid make errors if the condition is false
If $(PLATFORM_DIR)/files exists, copy it into the kernel tree on prepare.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6263
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 4 Feb 2007 08:41:37 +0000 (08:41 +0000)]
upgrade to busybox 1.4.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6261
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 4 Feb 2007 03:28:57 +0000 (03:28 +0000)]
fix madwifi compile for atheros 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6260
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 4 Feb 2007 03:27:41 +0000 (03:27 +0000)]
get rid of the get_system_type() dependency for atheros 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6259
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 4 Feb 2007 02:31:00 +0000 (02:31 +0000)]
force MII access in AR2313 ethernet to KSEG1 instead of physical addresses - why the fsck has this ever worked for anybody??
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6258
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 2 Feb 2007 14:24:15 +0000 (14:24 +0000)]
fix compat hacks for init_work
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6253
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Thu, 1 Feb 2007 22:32:03 +0000 (22:32 +0000)]
disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while PKG_CONFIGURE_PATH is now used for configure scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6244
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Thu, 1 Feb 2007 22:26:24 +0000 (22:26 +0000)]
mark pwc as broken (at least on brcm-2.6 & x86-2.6)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6243
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 1 Feb 2007 21:35:25 +0000 (21:35 +0000)]
disable block2mtd page readahead (patch from #1058)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6242
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 1 Feb 2007 21:06:24 +0000 (21:06 +0000)]
update d80211 to latest wireless-dev version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6241
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 1 Feb 2007 19:18:47 +0000 (19:18 +0000)]
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6239
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 1 Feb 2007 16:02:06 +0000 (16:02 +0000)]
unbreak cgis with custom headers on busybox httpd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6238
3c298f89-4303-0410-b956-
a3cf2f4a3e73
pavlov [Thu, 1 Feb 2007 01:07:26 +0000 (01:07 +0000)]
clean up the x86 image build a bit, fixing unconditional copy of grub files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6237
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mbm [Wed, 31 Jan 2007 20:17:28 +0000 (20:17 +0000)]
print package name when prereq fails
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6236
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 31 Jan 2007 19:58:55 +0000 (19:58 +0000)]
enable httpd sighup config reload by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6235
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mbm [Wed, 31 Jan 2007 18:33:04 +0000 (18:33 +0000)]
move "make symlinks" to "make package/symlinks"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6234
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 31 Jan 2007 17:18:50 +0000 (17:18 +0000)]
fix rb532 image build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6233
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mbm [Wed, 31 Jan 2007 00:11:27 +0000 (00:11 +0000)]
basic pxa support; likely broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6232
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mbm [Tue, 30 Jan 2007 18:30:20 +0000 (18:30 +0000)]
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
nbd [Mon, 29 Jan 2007 22:07:17 +0000 (22:07 +0000)]
fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6228
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 29 Jan 2007 20:17:59 +0000 (20:17 +0000)]
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
nbd [Sat, 27 Jan 2007 21:58:03 +0000 (21:58 +0000)]
add broadcast setting for /etc/config/network interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6225
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 27 Jan 2007 19:22:15 +0000 (19:22 +0000)]
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
nbd [Sat, 27 Jan 2007 17:38:17 +0000 (17:38 +0000)]
fix stupid busybox bin2hex bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6223
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 27 Jan 2007 15:21:53 +0000 (15:21 +0000)]
really fix busybox wget command line parsing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6218
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 27 Jan 2007 15:13:06 +0000 (15:13 +0000)]
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
nbd [Sat, 27 Jan 2007 10:09:53 +0000 (10:09 +0000)]
add broadcom-wl patchtable again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6215
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 26 Jan 2007 20:30:32 +0000 (20:30 +0000)]
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
nbd [Fri, 26 Jan 2007 20:26:49 +0000 (20:26 +0000)]
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
nbd [Fri, 26 Jan 2007 20:08:46 +0000 (20:08 +0000)]
fix wget --passive-ftp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6211
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 26 Jan 2007 19:57:51 +0000 (19:57 +0000)]
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
nbd [Fri, 26 Jan 2007 11:02:59 +0000 (11:02 +0000)]
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
kaloz [Fri, 26 Jan 2007 10:55:06 +0000 (10:55 +0000)]
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
nbd [Fri, 26 Jan 2007 00:10:50 +0000 (00:10 +0000)]
bluetooth currently depends on usb support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6205
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 25 Jan 2007 19:08:01 +0000 (19:08 +0000)]
upgrade busybox to 1.4.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6204
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 25 Jan 2007 17:42:07 +0000 (17:42 +0000)]
make usb init script executable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6203
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 25 Jan 2007 17:39:38 +0000 (17:39 +0000)]
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
nbd [Thu, 25 Jan 2007 17:09:15 +0000 (17:09 +0000)]
rename patch to avoid duplicate patch number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6201
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 25 Jan 2007 13:58:52 +0000 (13:58 +0000)]
fix download.pl (#1257)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6200
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 25 Jan 2007 13:15:57 +0000 (13:15 +0000)]
add html output for the documentation (using tex4ht)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6199
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Thu, 25 Jan 2007 11:17:27 +0000 (11:17 +0000)]
force pcmcia-cs reconfiguration when the kernel configuration changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6198
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 25 Jan 2007 10:39:02 +0000 (10:39 +0000)]
add ar7 sErCoMm image fix (patch by Bernardo Innocenti)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6197
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Thu, 25 Jan 2007 09:57:24 +0000 (09:57 +0000)]
update e2fsprogs to 1.39 (closes: #1161)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6196
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mbm [Wed, 24 Jan 2007 22:57:51 +0000 (22:57 +0000)]
fix [6191]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6193
3c298f89-4303-0410-b956-
a3cf2f4a3e73
pavlov [Wed, 24 Jan 2007 22:38:02 +0000 (22:38 +0000)]
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
mbm [Wed, 24 Jan 2007 22:01:03 +0000 (22:01 +0000)]
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
rwhitby [Tue, 23 Jan 2007 21:18:40 +0000 (21:18 +0000)]
Refreshed ixp4xx config (missing CONFIG_NETFILTER_XT_MATCH_PORTSCAN)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6188
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Tue, 23 Jan 2007 17:44:11 +0000 (17:44 +0000)]
make spca / gspca driver 2.6 only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6186
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Tue, 23 Jan 2007 16:14:50 +0000 (16:14 +0000)]
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
nico [Tue, 23 Jan 2007 16:08:24 +0000 (16:08 +0000)]
fix chaostables patch (closes: #1246)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6184
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 23 Jan 2007 00:03:01 +0000 (00:03 +0000)]
Forgot to add the DELUDE target :/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6183
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 22 Jan 2007 23:55:22 +0000 (23:55 +0000)]
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
florian [Mon, 22 Jan 2007 23:01:13 +0000 (23:01 +0000)]
Fix zd1211rw typo and call (#1241)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6181
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Mon, 22 Jan 2007 17:33:10 +0000 (17:33 +0000)]
cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6180
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 22 Jan 2007 14:46:37 +0000 (14:46 +0000)]
remove lots of useless junk from the nvram package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6177
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 22 Jan 2007 11:22:02 +0000 (11:22 +0000)]
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
nbd [Mon, 22 Jan 2007 08:15:06 +0000 (08:15 +0000)]
upgrade spca5xx to latest upstream version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6174
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 22 Jan 2007 01:23:44 +0000 (01:23 +0000)]
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
nbd [Mon, 22 Jan 2007 01:11:39 +0000 (01:11 +0000)]
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
nbd [Mon, 22 Jan 2007 01:08:29 +0000 (01:08 +0000)]
compile fix for 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6170
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 22 Jan 2007 01:02:02 +0000 (01:02 +0000)]
compile fix for 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6169
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 21 Jan 2007 23:56:10 +0000 (23:56 +0000)]
add missing VIDEO_SUPPORT option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6166
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 21 Jan 2007 23:42:09 +0000 (23:42 +0000)]
fix keynote compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6165
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 21 Jan 2007 18:11:27 +0000 (18:11 +0000)]
Mount usb filesystem at startup (#1077)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6163
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 21 Jan 2007 12:56:55 +0000 (12:56 +0000)]
fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6158
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 21 Jan 2007 02:18:53 +0000 (02:18 +0000)]
another compile fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6155
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 21 Jan 2007 02:14:50 +0000 (02:14 +0000)]
pass the CFLAGS through the environment on compile and fix a few packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6154
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 21 Jan 2007 02:02:01 +0000 (02:02 +0000)]
make spca5xx depend on video device support in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6153
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 23:44:45 +0000 (23:44 +0000)]
fix typos
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6149
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 18:45:54 +0000 (18:45 +0000)]
turn the IXP4xx microcode check into a prereq check so that the error message is displayed before the compile starts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6148
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 18:45:06 +0000 (18:45 +0000)]
allow newlines in prereq error messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6147
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 17:09:14 +0000 (17:09 +0000)]
cosmetic fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6146
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 15:28:47 +0000 (15:28 +0000)]
ignore the bridge option if brctl is not available
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6145
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 15:00:31 +0000 (15:00 +0000)]
fix fdisk llseek
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6144
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 13:22:40 +0000 (13:22 +0000)]
fix for e2fsprogs package splitup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6143
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 12:35:00 +0000 (12:35 +0000)]
Add WL-700gE support (based on work by jr)
Includes kernel/diag patch and a new target profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6142
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 05:13:35 +0000 (05:13 +0000)]
move e2fsprogs from packages to trunk (will need this in a target profile later)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6141
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 02:39:13 +0000 (02:39 +0000)]
remove obsolete stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6138
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 02:30:36 +0000 (02:30 +0000)]
add descriptions to the broadcom target profiles and export them to the target metadata (not presented in menuconfig yet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6137
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 02:01:53 +0000 (02:01 +0000)]
cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod packages to KernelPackage interface
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6136
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 01:38:31 +0000 (01:38 +0000)]
include .pkginfo in image builder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6135
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 01:35:13 +0000 (01:35 +0000)]
clean up package rebuild messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6134
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 20 Jan 2007 01:18:58 +0000 (01:18 +0000)]
add usb led for wl-hdd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6133
3c298f89-4303-0410-b956-
a3cf2f4a3e73
This page took 0.061435 seconds and 4 git commands to generate.