| Commit message (Expand) | Author | Age | Files | Lines |
* | Abstracted find to $(FIND) to allow use of gfind on non-GNU systems. | Felix Fietkau | 2007-12-05 | 1 | -0/+3 |
* | tools/mkimage: Include sys/types.h on Darwin/BSD. | Felix Fietkau | 2007-12-05 | 1 | -1/+1 |
* | add copyright header to the USB driver's files | Gabor Juhos | 2007-12-05 | 8 | -47/+63 |
* | Fix VLYNQ device enable for DG834Gv1 | Felix Fietkau | 2007-12-04 | 1 | -1/+1 |
* | fix make clean for unconfigured build trees | Felix Fietkau | 2007-12-04 | 2 | -2/+2 |
* | enforce gnu make >= 3.81 now. it has become too annoying to work around bugs ... | Felix Fietkau | 2007-12-04 | 1 | -5/+1 |
* | add i8x0 audio driver | Felix Fietkau | 2007-12-03 | 1 | -0/+17 |
* | update openswan to 0.4.10, reenable 2.6 support, sync with included openwrt p... | Felix Fietkau | 2007-12-03 | 5 | -275/+32 |
* | add missing dependency | Felix Fietkau | 2007-12-03 | 1 | -1/+1 |
* | fix another build issue on some osx machines - run ranlib on the lzma lib arc... | Felix Fietkau | 2007-12-02 | 1 | -0/+12 |
* | update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode issue... | Felix Fietkau | 2007-12-02 | 8 | -582/+426 |
* | fix sstrip compile on mac os x | Felix Fietkau | 2007-12-02 | 1 | -1/+1 |
* | refactor hotplug2 rules, make sure that the default button rule is only used ... | Felix Fietkau | 2007-12-01 | 3 | -36/+37 |
* | add shell compatibility patch from #2659 | Felix Fietkau | 2007-11-30 | 1 | -1/+1 |
* | add switch gpio init for bcm57xx (untested, see #2744) | Felix Fietkau | 2007-11-30 | 1 | -1/+10 |
* | add extra wrt350n leds (patch from #2745) | Felix Fietkau | 2007-11-30 | 1 | -1/+4 |
* | fix kernel config related build error | Felix Fietkau | 2007-11-30 | 1 | -1/+1 |
* | make sure iw doesn't get compiled on older kernels | Felix Fietkau | 2007-11-30 | 1 | -2/+4 |
* | adjust libnl url | Felix Fietkau | 2007-11-30 | 1 | -1/+1 |
* | add iw utility (untested) | Felix Fietkau | 2007-11-30 | 1 | -0/+46 |
* | upgrade libnl to 1.0-pre8 | Felix Fietkau | 2007-11-30 | 1 | -4/+4 |
* | include the kernel config for kernel related packages (should fix some b43 co... | Felix Fietkau | 2007-11-30 | 1 | -1/+4 |
* | fix ppp issues (thanks to Fatus for debugging this) | Felix Fietkau | 2007-11-30 | 1 | -2/+3 |
* | Fix zlib for powerpc | Felix Fietkau | 2007-11-29 | 1 | -3/+3 |
* | switch to 2.6.23.9 | Gabor Juhos | 2007-11-29 | 2 | -1/+4 |
* | update busybox to 1.8.2 | Travis Kemen | 2007-11-29 | 2 | -14/+3 |
* | add options for rate 80211h compression bursting wmm and mac filtering From: ... | Travis Kemen | 2007-11-28 | 1 | -0/+38 |
* | some cleanup and remove overwriting of device defaults for bgscan and diversity | Travis Kemen | 2007-11-28 | 1 | -22/+10 |
* | drop the '0' default in config_get_bool | Felix Fietkau | 2007-11-28 | 1 | -1/+1 |
* | Fix AutoLoad macro typos (#2765) | Florian Fainelli | 2007-11-28 | 1 | -4/+4 |
* | package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon) | Felix Fietkau | 2007-11-28 | 1 | -2/+2 |
* | use instead of closes #2759 | Travis Kemen | 2007-11-28 | 1 | -1/+1 |
* | add support for the PCEngines Alix | Travis Kemen | 2007-11-28 | 2 | -1/+17 |
* | add txpower patches and add uci configuration file From: Vasilis T. (aka Acin... | Travis Kemen | 2007-11-28 | 4 | -1/+457 |
* | don't overwrite device default for fast frames closes #2321 | Travis Kemen | 2007-11-28 | 1 | -2/+4 |
* | add option to turn off dynamic dhcp closes #2694 | Travis Kemen | 2007-11-28 | 1 | -0/+2 |
* | init: check permissions on rc.d files | Felix Fietkau | 2007-11-28 | 1 | -1/+1 |
* | init: don't start hotplug2 if it doesn't exist | Felix Fietkau | 2007-11-28 | 1 | -1/+2 |
* | ps3: use readable video mode descriptions in readme | Felix Fietkau | 2007-11-28 | 2 | -5/+8 |
* | ps3: build-in ps3 system manager | Felix Fietkau | 2007-11-28 | 1 | -3/+3 |
* | update to latest madwifi snapshot - fixes some noderef bugs | Felix Fietkau | 2007-11-27 | 9 | -371/+298 |
* | fix remaining netif_rx calls in napi polling patch | Felix Fietkau | 2007-11-27 | 1 | -6/+28 |
* | add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ (clos... | Gabor Juhos | 2007-11-26 | 1 | -0/+16 |
* | more USB driver fixes, now it passes usbtests 1-14 | Gabor Juhos | 2007-11-26 | 2 | -9/+30 |
* | work around kernel config issues with sound modules | Felix Fietkau | 2007-11-25 | 2 | -9/+18 |
* | add missing dependency | Felix Fietkau | 2007-11-25 | 1 | -0/+1 |
* | fix USB driver to compile with ADMH_VERBOSE_DEBUG defined | Gabor Juhos | 2007-11-23 | 3 | -36/+34 |
* | USB driver updates, the driver passes usbtests 1-10 now | Gabor Juhos | 2007-11-23 | 6 | -452/+948 |
* | disable INITRAMFS_EXTRA_FILES, in initramfs it cause errors | Gabor Juhos | 2007-11-23 | 1 | -0/+1 |
* | fix build issues that happen when the staging dir is cleared and the build di... | Felix Fietkau | 2007-11-20 | 1 | -1/+5 |