nbd
9638a3c6a3
add missing config files
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22 03:44:37 +00:00
nbd
c87668dc4f
Reorganize kernel configs - target/linux/*/config is now a directory.
...
./config/default will replace the old config and config-diff (format is like
config-diff, the full kernel config is no longer kept in the build system)
This commit removes all the kernel config stuff, the next one will add
the replacement - there's no way to do this atomically with svn.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22 03:44:15 +00:00
nbd
d84816a322
rename the Profile template that the image builder uses to prevent name conflicts with the template that the kernel uses
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22 02:27:01 +00:00
florian
7923c5e52c
Move aodv-uu to trunk/
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 23:39:33 +00:00
nbd
5a3f291f1a
add 16MB flash support for ar2315 (who knows...?)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6334 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 22:44:59 +00:00
nbd
e6a49e7bd0
nuke even more debug stuff
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 22:35:12 +00:00
nbd
6ccf8044b3
sorry, last commit had a bug
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 22:04:49 +00:00
nbd
3cefc94b00
fix debug patch for ahb
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 22:00:29 +00:00
kaloz
48ba3e7023
fix wireless-tools install *sigh* - thanks Kesha for noticing it
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6330 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 15:26:29 +00:00
kaloz
b774325e71
disable debugging stuff in madwifi - saves precious flash space :)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 13:16:51 +00:00
nbd
7150f5906a
make rootfs split/detection more generic - patch can be moved to generic-2.6 after testing on other platforms (especially broadcom)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6328 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-19 23:28:09 +00:00
kaloz
cf584e2200
autodetect flash width - thanks to Kestutis Kupciunas
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6327 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-19 22:33:06 +00:00
kaloz
cedcb81f30
use radio0 only on the 5312
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6326 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-19 22:22:26 +00:00
nbd
5324818c9d
fix ar2315 rootfs mount
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-19 16:48:02 +00:00
florian
f531e1f344
Upgrade comgt to 0.32 ( #1347 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6323 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-19 11:17:13 +00:00
florian
59922ade8e
Fix another typo, definitively closes #1370
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6322 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-19 10:08:40 +00:00
florian
8390097182
Fix a typo for videodev modules ( #1371 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6321 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-19 09:51:12 +00:00
florian
e54bff6ab9
Fix a typo with latest driver, module name changed ( #1370 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6320 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-19 09:46:25 +00:00
nbd
324d6bc6aa
add documentation fixes from #1285
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-18 16:46:46 +00:00
nbd
a7cb17cea9
Finally fix the pesky x86-2.6 block2mtd related crash ( #1058 )
...
When erasing blocks, block2mtd checks the block on the physical disk
to see if everything's filled with 0xff. When grabbing a page from the page
cache, it initializes the limit as <start address> + PAGE_SIZE.
Turns out that the pointer to the status page is (unsigned long *), and
thus it adds (PAGE_SIZE * 4).
This would never have been caught, if it wasn't for the unlikely event
that block2mtd catches the *last* page available in the system ram and
thus tries to scan 4 memory pages from there.
The absolutely trivial fix is to do a double cast (cast to (u8 *), add
PAGE_SIZE, then cast to (unsigned long *))
... and there was much rejoicing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-18 13:52:14 +00:00
nbd
28a667defe
disable dma offset for now
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-17 23:02:49 +00:00
nbd
68bffe977f
fix ar2312/2313 mac detection
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-17 22:22:14 +00:00
nbd
0624bfd74f
add e1000 support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 19:51:27 +00:00
nbd
2e7be87a37
remove useless newlines
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 19:45:26 +00:00
nbd
48253766fb
fix memleak in uniq ( #1354 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 19:15:30 +00:00
nbd
4f378c0fe5
make kernel_menuconfig work without target toolchain
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 17:28:22 +00:00
nbd
a0b81f62b8
document make kernel_menuconfig
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 17:16:45 +00:00
nbd
cd23d9d0f2
add top-level kernel_menuconfig target to unpack and reconfigure the kernel - uses config.pl to generate target/linux/*/config and config-diff
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6310 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 16:59:44 +00:00
nbd
89737ef9ca
more cleanup
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 10:01:59 +00:00
nbd
fc14823cc7
remove squashfs repartitioning hacks from spiflash driver - will be ported to redboot parsing code later
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6308 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 09:57:24 +00:00
nbd
6869d66ad6
major cleanup of the ar531x code, improved hardware detection and support for multiple ethernet interfaces
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 09:23:15 +00:00
mbm
ee43602dd3
missed a reference to compile-targets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6306 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 01:12:05 +00:00
mbm
29aa86591f
remove obsolete compile-targets rule
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6305 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 01:06:23 +00:00
nbd
3e032c51fe
remove annoying package rm command
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 01:00:31 +00:00
nbd
cd5ee7a7f4
when building a package, make sure that older versions get removed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-16 01:00:01 +00:00
nbd
0753eb7920
some ar531x cleanup
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-15 21:52:13 +00:00
nico
7a96ce09ea
fix pcmcia modules load order ( closes : #1355 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-14 12:53:04 +00:00
nbd
0d64ffb3e3
add fix for kernel headers to allow offsetof access from user space
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-14 02:42:08 +00:00
nbd
28e2a0fe9d
fix tar segfault (patch from busybox svn rev. 17772)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-13 23:02:44 +00:00
nbd
05a9b9ce9c
make the uml kernel config compatible with both 32 bit and 64 bit systems
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-13 15:20:45 +00:00
nbd
fbb1840b03
fix multiport netfilter module installation (patch from #1280 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-13 03:08:48 +00:00
nbd
3f05dd35b2
move tlb change for mips 4KC to generic patches (required for most mips targets)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6294 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-13 00:55:11 +00:00
nbd
df68e5dff3
Menuconfig will not treat 'select FOO' as a real dependency
...
thus if BAR depends on FOO and FOO depends on other config
options, these dependencies will not be checked.
To fix this, we simply emit all of FOO's depends (only real
dependencies, no select) for BAR as well.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-12 23:50:40 +00:00
mbm
80d27b5e3c
Change localhost into a fully qualified name; remove OpenWrt alias to 127.0.0.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-12 22:54:56 +00:00
mbm
fb16e407a9
fix dnsmasq parsing of /etc/hosts for fqdn cases like "localhost."
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-12 22:47:25 +00:00
nbd
14f10a2ff8
add some more busybox patches from upstream
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-12 22:34:54 +00:00
nbd
c33c50b4bc
add kernel branch emulation fix from #1345
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-12 22:18:17 +00:00
malbon
18f8c8bbbe
More dependencies are required to force fuse to Linux 2.6 only.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-12 20:55:17 +00:00
nbd
78a6abbc58
fix for multiple lock/unlock operations in 'lock' command (found by framer99)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-12 16:35:23 +00:00
nbd
dd511b6d03
clean up uml-2.6 config, fixes buildbot pcmcia-cs error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-12 16:18:20 +00:00