| Age | Commit message (Expand) | Author |
| 2007-02-08 | add NTFS-3G | Imre Kaloz |
| 2007-02-08 | fix mac handling, thanks to Kestutis Kupciunas | Imre Kaloz |
| 2007-02-08 | upgrade FUSE to v2.6.3, make fuse-utils depend on libfuse and kmod-fuse | Imre Kaloz |
| 2007-02-08 | update work in progress rewritten bcm947xx code. wifi and usb seem to be working, flash access still has problems | Felix Fietkau |
| 2007-02-08 | port [6229] to kamikaze | Felix Fietkau |
| 2007-02-06 | fix typos in ifdown (patch from #1319) | Felix Fietkau |
| 2007-02-06 | fix overzealous kmod stripping - it killed kernel module parameters (#1301) | Felix Fietkau |
| 2007-02-05 | change target description | Felix Fietkau |
| 2007-02-05 | add profile for the wgt634u | Felix Fietkau |
| 2007-02-04 | oops... typo | Felix Fietkau |
| 2007-02-04 | fix rootfs detection | Felix Fietkau |
| 2007-02-04 | update atheros 2.6 port - add support for the older chip generation | Felix Fietkau |
| 2007-02-04 | add extra netfilter xt stuff to config-template | Felix Fietkau |
| 2007-02-04 | 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. | Felix Fietkau |
| 2007-02-04 | upgrade to busybox 1.4.1 | Felix Fietkau |
| 2007-02-04 | fix madwifi compile for atheros 2.6 | Felix Fietkau |
| 2007-02-04 | get rid of the get_system_type() dependency for atheros 2.6 | Felix Fietkau |
| 2007-02-04 | force MII access in AR2313 ethernet to KSEG1 instead of physical addresses - why the fsck has this ever worked for anybody?? | Felix Fietkau |
| 2007-02-02 | fix compat hacks for init_work | Felix Fietkau |
| 2007-02-01 | disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while PKG_CONFIGURE_PATH is now used for configure scripts | Nicolas Thill |
| 2007-02-01 | mark pwc as broken (at least on brcm-2.6 & x86-2.6) | Nicolas Thill |
| 2007-02-01 | disable block2mtd page readahead (patch from #1058) | Felix Fietkau |
| 2007-02-01 | update d80211 to latest wireless-dev version | Felix Fietkau |
| 2007-02-01 | fix typo | Felix Fietkau |
| 2007-02-01 | unbreak cgis with custom headers on busybox httpd | Felix Fietkau |
| 2007-02-01 | clean up the x86 image build a bit, fixing unconditional copy of grub files | Tim Yardley |
| 2007-01-31 | print package name when prereq fails | Mike Baker |
| 2007-01-31 | enable httpd sighup config reload by default | Felix Fietkau |
| 2007-01-31 | move "make symlinks" to "make package/symlinks" | Mike Baker |
| 2007-01-31 | fix rb532 image build | Felix Fietkau |
| 2007-01-31 | basic pxa support; likely broken | Mike Baker |
| 2007-01-30 | fix colors when compiling with some newer versions of bash | Mike Baker |
| 2007-01-29 | fix a typo | Felix Fietkau |
| 2007-01-29 | move the natsemi preselection into the x86 default package list | Felix Fietkau |
| 2007-01-27 | add broadcast setting for /etc/config/network interfaces | Felix Fietkau |
| 2007-01-27 | forward port missing parts of the mtd permission change in whiterussian (and add it to linux 2.6 as well) | Felix Fietkau |
| 2007-01-27 | fix stupid busybox bin2hex bug | Felix Fietkau |
| 2007-01-27 | really fix busybox wget command line parsing | Felix Fietkau |
| 2007-01-27 | 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. | Felix Fietkau |
| 2007-01-27 | add broadcom-wl patchtable again | Felix Fietkau |
| 2007-01-26 | 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 | Felix Fietkau |
| 2007-01-26 | fix a small bug in config.pl that tends to mess up kernel cmdlines | Felix Fietkau |
| 2007-01-26 | fix wget --passive-ftp | Felix Fietkau |
| 2007-01-26 | another fix for the awk command line parsing - should finally work properly now | Felix Fietkau |
| 2007-01-26 | 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...) | Felix Fietkau |
| 2007-01-26 | use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by default | Imre Kaloz |
| 2007-01-26 | bluetooth currently depends on usb support | Felix Fietkau |
| 2007-01-25 | upgrade busybox to 1.4.0 | Felix Fietkau |
| 2007-01-25 | make usb init script executable | Felix Fietkau |
| 2007-01-25 | use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility) | Felix Fietkau |