summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add NTFS-3GImre Kaloz2007-02-082-0/+123
| | | | SVN-Revision: 6279
* fix mac handling, thanks to Kestutis KupciunasImre Kaloz2007-02-081-1/+4
| | | | SVN-Revision: 6278
* upgrade FUSE to v2.6.3, make fuse-utils depend on libfuse and kmod-fuseImre Kaloz2007-02-081-2/+3
| | | | SVN-Revision: 6277
* update work in progress rewritten bcm947xx code. wifi and usb seem to be ↵Felix Fietkau2007-02-0835-7226/+7097
| | | | | | working, flash access still has problems SVN-Revision: 6276
* port [6229] to kamikazeFelix Fietkau2007-02-0818-21/+26
| | | | SVN-Revision: 6275
* fix typos in ifdown (patch from #1319)Felix Fietkau2007-02-061-2/+2
| | | | SVN-Revision: 6272
* fix overzealous kmod stripping - it killed kernel module parameters (#1301)Felix Fietkau2007-02-061-1/+1
| | | | SVN-Revision: 6271
* change target descriptionFelix Fietkau2007-02-051-1/+1
| | | | SVN-Revision: 6270
* add profile for the wgt634uFelix Fietkau2007-02-051-0/+10
| | | | SVN-Revision: 6269
* oops... typoFelix Fietkau2007-02-041-1/+1
| | | | SVN-Revision: 6267
* fix rootfs detectionFelix Fietkau2007-02-041-1/+1
| | | | SVN-Revision: 6266
* update atheros 2.6 port - add support for the older chip generationFelix Fietkau2007-02-0425-4686/+5210
| | | | SVN-Revision: 6265
* add extra netfilter xt stuff to config-templateFelix Fietkau2007-02-041-0/+3
| | | | SVN-Revision: 6264
* Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; ↵Felix Fietkau2007-02-041-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.1Felix Fietkau2007-02-042-13/+2
| | | | SVN-Revision: 6261
* fix madwifi compile for atheros 2.6Felix Fietkau2007-02-041-3/+3
| | | | SVN-Revision: 6260
* get rid of the get_system_type() dependency for atheros 2.6Felix Fietkau2007-02-041-13/+47
| | | | SVN-Revision: 6259
* force MII access in AR2313 ethernet to KSEG1 instead of physical addresses - ↵Felix Fietkau2007-02-041-2/+2
| | | | | | why the fsck has this ever worked for anybody?? SVN-Revision: 6258
* fix compat hacks for init_workFelix Fietkau2007-02-021-2/+2
| | | | SVN-Revision: 6253
* disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while ↵Nicolas Thill2007-02-011-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 Thill2007-02-011-1/+1
| | | | SVN-Revision: 6243
* disable block2mtd page readahead (patch from #1058)Felix Fietkau2007-02-011-0/+11
| | | | SVN-Revision: 6242
* update d80211 to latest wireless-dev versionFelix Fietkau2007-02-0118-464/+492
| | | | SVN-Revision: 6241
* fix typoFelix Fietkau2007-02-011-1/+1
| | | | SVN-Revision: 6239
* unbreak cgis with custom headers on busybox httpdFelix Fietkau2007-02-011-0/+11
| | | | SVN-Revision: 6238
* clean up the x86 image build a bit, fixing unconditional copy of grub filesTim Yardley2007-02-011-5/+12
| | | | SVN-Revision: 6237
* print package name when prereq failsMike Baker2007-01-311-1/+1
| | | | SVN-Revision: 6236
* enable httpd sighup config reload by defaultFelix Fietkau2007-01-311-1/+1
| | | | SVN-Revision: 6235
* move "make symlinks" to "make package/symlinks"Mike Baker2007-01-313-7/+6
| | | | SVN-Revision: 6234
* fix rb532 image buildFelix Fietkau2007-01-311-3/+2
| | | | SVN-Revision: 6233
* basic pxa support; likely brokenMike Baker2007-01-318-0/+2816
| | | | SVN-Revision: 6232
* fix colors when compiling with some newer versions of bashMike Baker2007-01-301-2/+2
| | | | SVN-Revision: 6231
* fix a typoFelix Fietkau2007-01-291-1/+1
| | | | SVN-Revision: 6228
* move the natsemi preselection into the x86 default package listFelix Fietkau2007-01-292-1/+1
| | | | SVN-Revision: 6227
* add broadcast setting for /etc/config/network interfacesFelix Fietkau2007-01-271-1/+3
| | | | SVN-Revision: 6225
* forward port missing parts of the mtd permission change in whiterussian (and ↵Felix Fietkau2007-01-272-0/+37
| | | | | | add it to linux 2.6 as well) SVN-Revision: 6224
* fix stupid busybox bin2hex bugFelix Fietkau2007-01-271-0/+14
| | | | SVN-Revision: 6223
* really fix busybox wget command line parsingFelix Fietkau2007-01-271-10/+12
| | | | SVN-Revision: 6218
* Fix ipv4/ipv6 resolving. When not using AF_INET, gethostbyname2_r tries to ↵Felix Fietkau2007-01-271-0/+12
| | | | | | 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. SVN-Revision: 6217
* add broadcom-wl patchtable againFelix Fietkau2007-01-271-0/+14
| | | | SVN-Revision: 6215
* merge another batch of code from michael buesch's wireless-dev tree, fix up ↵Felix Fietkau2007-01-266-4695/+3384
| | | | | | extpci support and remove scache probe like on brcm-2.6 - tested on the wgt634u with madwifi SVN-Revision: 6213
* fix a small bug in config.pl that tends to mess up kernel cmdlinesFelix Fietkau2007-01-261-2/+2
| | | | SVN-Revision: 6212
* fix wget --passive-ftpFelix Fietkau2007-01-261-0/+11
| | | | SVN-Revision: 6211
* another fix for the awk command line parsing - should finally work properly nowFelix Fietkau2007-01-261-8/+14
| | | | SVN-Revision: 6210
* Fix gcc version selection - default version for linux 2.4 broken in r6208 - ↵Felix Fietkau2007-01-262-4/+2
| | | | | | brcm-2.6 needs an older compiler at least on wgt634u (don't ask me why...) SVN-Revision: 6209
* use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by defaultImre Kaloz2007-01-262-5/+5
| | | | SVN-Revision: 6208
* bluetooth currently depends on usb supportFelix Fietkau2007-01-261-0/+1
| | | | SVN-Revision: 6205
* upgrade busybox to 1.4.0Felix Fietkau2007-01-2522-1384/+576
| | | | SVN-Revision: 6204
* make usb init script executableFelix Fietkau2007-01-251-0/+0
| | | | SVN-Revision: 6203
* use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility)Felix Fietkau2007-01-251-1/+1
| | | | SVN-Revision: 6202