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