Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵ | Felix Fietkau | 2007-02-16 | 3 | -0/+14 |
| | | | | | | - uses config.pl to generate target/linux/*/config and config-diff SVN-Revision: 6310 | ||||
* | more cleanup | Felix Fietkau | 2007-02-16 | 4 | -95/+47 |
| | | | | SVN-Revision: 6309 | ||||
* | remove squashfs repartitioning hacks from spiflash driver - will be ported ↵ | Felix Fietkau | 2007-02-16 | 1 | -66/+4 |
| | | | | | | to redboot parsing code later SVN-Revision: 6308 | ||||
* | major cleanup of the ar531x code, improved hardware detection and support ↵ | Felix Fietkau | 2007-02-16 | 14 | -427/+358 |
| | | | | | | for multiple ethernet interfaces SVN-Revision: 6307 | ||||
* | missed a reference to compile-targets | Mike Baker | 2007-02-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 6306 | ||||
* | remove obsolete compile-targets rule | Mike Baker | 2007-02-16 | 1 | -3/+1 |
| | | | | SVN-Revision: 6305 | ||||
* | remove annoying package rm command | Felix Fietkau | 2007-02-16 | 1 | -1/+0 |
| | | | | SVN-Revision: 6304 | ||||
* | when building a package, make sure that older versions get removed | Felix Fietkau | 2007-02-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 6303 | ||||
* | some ar531x cleanup | Felix Fietkau | 2007-02-15 | 6 | -43/+2121 |
| | | | | SVN-Revision: 6302 | ||||
* | fix pcmcia modules load order (closes: #1355) | Nicolas Thill | 2007-02-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 6300 | ||||
* | add fix for kernel headers to allow offsetof access from user space | Felix Fietkau | 2007-02-14 | 1 | -0/+17 |
| | | | | SVN-Revision: 6299 | ||||
* | fix tar segfault (patch from busybox svn rev. 17772) | Felix Fietkau | 2007-02-13 | 1 | -0/+77 |
| | | | | SVN-Revision: 6298 | ||||
* | make the uml kernel config compatible with both 32 bit and 64 bit systems | Felix Fietkau | 2007-02-13 | 2 | -0/+88 |
| | | | | SVN-Revision: 6297 | ||||
* | fix multiport netfilter module installation (patch from #1280) | Felix Fietkau | 2007-02-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 6295 | ||||
* | move tlb change for mips 4KC to generic patches (required for most mips targets) | Felix Fietkau | 2007-02-13 | 3 | -38/+20 |
| | | | | SVN-Revision: 6294 | ||||
* | Menuconfig will not treat 'select FOO' as a real dependency thus if BAR ↵ | Felix Fietkau | 2007-02-12 | 2 | -15/+35 |
| | | | | | | 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. SVN-Revision: 6293 | ||||
* | Change localhost into a fully qualified name; remove OpenWrt alias to 127.0.0.1 | Mike Baker | 2007-02-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 6292 | ||||
* | fix dnsmasq parsing of /etc/hosts for fqdn cases like "localhost." | Mike Baker | 2007-02-12 | 1 | -0/+15 |
| | | | | SVN-Revision: 6291 | ||||
* | add some more busybox patches from upstream | Felix Fietkau | 2007-02-12 | 2 | -0/+85 |
| | | | | SVN-Revision: 6290 | ||||
* | add kernel branch emulation fix from #1345 | Felix Fietkau | 2007-02-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 6289 | ||||
* | More dependencies are required to force fuse to Linux 2.6 only. | Mike Albon | 2007-02-12 | 1 | -1/+3 |
| | | | | SVN-Revision: 6288 | ||||
* | fix for multiple lock/unlock operations in 'lock' command (found by framer99) | Felix Fietkau | 2007-02-12 | 1 | -2/+1 |
| | | | | SVN-Revision: 6286 | ||||
* | clean up uml-2.6 config, fixes buildbot pcmcia-cs error | Felix Fietkau | 2007-02-12 | 2 | -674/+26 |
| | | | | SVN-Revision: 6285 | ||||
* | Force dependency on LINUX_2_6 to stop building fuse on 2.4 kernels. | Mike Albon | 2007-02-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 6284 | ||||
* | oops... accidentally merged a broken patch | Felix Fietkau | 2007-02-11 | 1 | -14/+14 |
| | | | | SVN-Revision: 6283 | ||||
* | fix a bug that breaks some cgi scripts on busybox (patch from x-wrt) | Felix Fietkau | 2007-02-11 | 1 | -0/+17 |
| | | | | SVN-Revision: 6282 | ||||
* | revert httpd header handling code to the one from busybox 1.3.1 - fixes ↵ | Felix Fietkau | 2007-02-10 | 1 | -1/+15 |
| | | | | | | problems with cgis and custom headers SVN-Revision: 6281 | ||||
* | more fixes for rstrip.sh and kernel modules - fixes #1301 | Felix Fietkau | 2007-02-09 | 2 | -3/+23 |
| | | | | SVN-Revision: 6280 | ||||
* | add NTFS-3G | Imre Kaloz | 2007-02-08 | 2 | -0/+123 |
| | | | | SVN-Revision: 6279 | ||||
* | fix mac handling, thanks to Kestutis Kupciunas | Imre Kaloz | 2007-02-08 | 1 | -1/+4 |
| | | | | SVN-Revision: 6278 | ||||
* | upgrade FUSE to v2.6.3, make fuse-utils depend on libfuse and kmod-fuse | Imre Kaloz | 2007-02-08 | 1 | -2/+3 |
| | | | | SVN-Revision: 6277 | ||||
* | update work in progress rewritten bcm947xx code. wifi and usb seem to be ↵ | Felix Fietkau | 2007-02-08 | 35 | -7226/+7097 |
| | | | | | | working, flash access still has problems SVN-Revision: 6276 | ||||
* | port [6229] to kamikaze | Felix Fietkau | 2007-02-08 | 18 | -21/+26 |
| | | | | SVN-Revision: 6275 | ||||
* | fix typos in ifdown (patch from #1319) | Felix Fietkau | 2007-02-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 6272 | ||||
* | fix overzealous kmod stripping - it killed kernel module parameters (#1301) | Felix Fietkau | 2007-02-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 6271 | ||||
* | change target description | Felix Fietkau | 2007-02-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 6270 | ||||
* | add profile for the wgt634u | Felix Fietkau | 2007-02-05 | 1 | -0/+10 |
| | | | | SVN-Revision: 6269 | ||||
* | oops... typo | Felix Fietkau | 2007-02-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 6267 | ||||
* | fix rootfs detection | Felix Fietkau | 2007-02-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 6266 | ||||
* | update atheros 2.6 port - add support for the older chip generation | Felix Fietkau | 2007-02-04 | 25 | -4686/+5210 |
| | | | | SVN-Revision: 6265 | ||||
* | add extra netfilter xt stuff to config-template | Felix Fietkau | 2007-02-04 | 1 | -0/+3 |
| | | | | SVN-Revision: 6264 | ||||
* | Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; ↵ | Felix Fietkau | 2007-02-04 | 1 | -2/+3 |
| | | | | | | 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. SVN-Revision: 6263 | ||||
* | upgrade to busybox 1.4.1 | Felix Fietkau | 2007-02-04 | 2 | -13/+2 |
| | | | | SVN-Revision: 6261 | ||||
* | fix madwifi compile for atheros 2.6 | Felix Fietkau | 2007-02-04 | 1 | -3/+3 |
| | | | | SVN-Revision: 6260 | ||||
* | get rid of the get_system_type() dependency for atheros 2.6 | Felix Fietkau | 2007-02-04 | 1 | -13/+47 |
| | | | | SVN-Revision: 6259 | ||||
* | force MII access in AR2313 ethernet to KSEG1 instead of physical addresses - ↵ | Felix Fietkau | 2007-02-04 | 1 | -2/+2 |
| | | | | | | why the fsck has this ever worked for anybody?? SVN-Revision: 6258 | ||||
* | fix compat hacks for init_work | Felix Fietkau | 2007-02-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 6253 | ||||
* | disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while ↵ | Nicolas Thill | 2007-02-01 | 1 | -2/+2 |
| | | | | | | PKG_CONFIGURE_PATH is now used for configure scripts SVN-Revision: 6244 | ||||
* | mark pwc as broken (at least on brcm-2.6 & x86-2.6) | Nicolas Thill | 2007-02-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 6243 | ||||
* | disable block2mtd page readahead (patch from #1058) | Felix Fietkau | 2007-02-01 | 1 | -0/+11 |
| | | | | SVN-Revision: 6242 |