| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add fix from ticket #2290 | Travis Kemen | 2007-09-10 | 1 | -4/+10 |
* | fix madwifi build on atheros | Felix Fietkau | 2007-09-09 | 1 | -1/+1 |
* | oops, 2 typos missed from [8721] | Nicolas Thill | 2007-09-09 | 2 | -2/+2 |
* | fix KCONFIG in packages: move back all KCONFIG from package variants to the m... | Nicolas Thill | 2007-09-09 | 5 | -49/+103 |
* | fix kmod-ide-core | Felix Fietkau | 2007-09-09 | 1 | -1/+1 |
* | Allow /dev/ttyUSB2 as wan device for 3g (#2269) | Florian Fainelli | 2007-09-09 | 1 | -1/+1 |
* | Finally fix the usage of limit (#2240) | Florian Fainelli | 2007-09-09 | 1 | -1/+1 |
* | fix kmod-crypto, emit warning messages for kmod packages that cannot be built... | Felix Fietkau | 2007-09-08 | 1 | -25/+25 |
* | major target cleanup. it is now possible to have subtargets that can override... | Felix Fietkau | 2007-09-08 | 18 | -21/+26 |
* | Fix kmod-ppp generation (#2337) | Florian Fainelli | 2007-09-08 | 1 | -1/+1 |
* | fix madwifi channel setting (#2073) | Felix Fietkau | 2007-09-07 | 1 | -1/+1 |
* | bump package versions after updates | Felix Fietkau | 2007-09-07 | 10 | -10/+10 |
* | fix typo | Nicolas Thill | 2007-09-07 | 1 | -1/+1 |
* | fix ppp unit number issues (#2178) | Felix Fietkau | 2007-09-07 | 1 | -3/+6 |
* | fix board name for nvram and switch packages on brcm-2.4 after [8653] | Nicolas Thill | 2007-09-07 | 2 | -6/+6 |
* | qos-scripts: add patch for tos and dscp support from #2291 | Felix Fietkau | 2007-09-07 | 1 | -0/+39 |
* | remove obsolete dependencies on VIDEO_SUPPORT (#2314) | Felix Fietkau | 2007-09-07 | 2 | -2/+2 |
* | add missing endef | Nicolas Thill | 2007-09-07 | 1 | -0/+1 |
* | remove remaining description field missed from [8659] | Nicolas Thill | 2007-09-07 | 1 | -4/+0 |
* | move package description to a separate definition, remove it when DESCRIPTION... | Nicolas Thill | 2007-09-07 | 65 | -683/+1232 |
* | remove automake prereq not needed anymore since [7011], use a separate descri... | Nicolas Thill | 2007-09-07 | 1 | -12/+6 |
* | zd1211-firmware: remove uneeded commands in install, use a separate descripti... | Nicolas Thill | 2007-09-07 | 1 | -9/+9 |
* | strip the kernel version suffix from target directories, except for brcm-2.4 ... | Felix Fietkau | 2007-09-06 | 23 | -29/+26 |
* | enable start-stop-daemon by default, i want to use this to clean up a few ini... | Felix Fietkau | 2007-09-06 | 1 | -1/+1 |
* | Package ip6tables-utils as well (#2318) | Florian Fainelli | 2007-09-05 | 1 | -1/+14 |
* | tweak Makefile | Nicolas Thill | 2007-09-03 | 1 | -5/+5 |
* | require all CONFIG_* symbols listed in its KCONFIG to be set to m in order to... | Nicolas Thill | 2007-09-03 | 7 | -168/+269 |
* | another cleanup missed from [8587] | Nicolas Thill | 2007-09-03 | 1 | -2/+0 |
* | rename hostap package to hostap-driver | Nicolas Thill | 2007-09-03 | 1 | -0/+0 |
* | package Makefile cleanup: remove uneeded vars | Nicolas Thill | 2007-09-03 | 12 | -26/+3 |
* | rename bridge package to bridge-utils (to match source name) | Nicolas Thill | 2007-09-03 | 2 | -5/+3 |
* | rename zd1211_firmware to zd1211-firmware | Nicolas Thill | 2007-09-03 | 1 | -0/+0 |
* | rename zd1211 package to zd1211-driver | Nicolas Thill | 2007-09-03 | 2 | -4/+2 |
* | remove duplicate ./include/kernel.mk inclusion | Nicolas Thill | 2007-09-03 | 1 | -1/+0 |
* | use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L... | Nicolas Thill | 2007-09-03 | 2 | -4/+4 |
* | Do not restart ipsec on hotplug events (#2212) | Florian Fainelli | 2007-09-02 | 1 | -1/+1 |
* | use a default VERSION field for kmod packages | Nicolas Thill | 2007-09-02 | 28 | -29/+0 |
* | reduce watchdog trigger from 10 to 5 seconds | John Crispin | 2007-09-01 | 1 | -1/+1 |
* | allow the user to disable the defaultroute option for ppp | Felix Fietkau | 2007-09-01 | 1 | -2/+3 |
* | fix typo left in [8562] (thanks to sn9) | Nicolas Thill | 2007-09-01 | 1 | -2/+2 |
* | oops... typo | Felix Fietkau | 2007-08-31 | 1 | -1/+1 |
* | fix issues with multiple ppp links (noticed by Stefano Rivera) | Felix Fietkau | 2007-08-31 | 1 | -0/+2 |
* | oops, include missing change from [8560] | Nicolas Thill | 2007-08-31 | 1 | -2/+2 |
* | fix a dependency bug | Felix Fietkau | 2007-08-30 | 1 | -10/+5 |
* | more rt2x00 fixes (thanks to sn9): | Nicolas Thill | 2007-08-30 | 3 | -46/+12 |
* | build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t | Nicolas Thill | 2007-08-30 | 1 | -0/+25 |
* | fix incorrect parameters | Travis Kemen | 2007-08-30 | 1 | -3/+3 |
* | acx-mac80211: another bigendian fix | Nicolas Thill | 2007-08-30 | 1 | -0/+12 |
* | fix ifname in network state for pppoe and pptp, add a workaround for isps sen... | Felix Fietkau | 2007-08-30 | 2 | -2/+18 |
* | rt2x00 fixes after [8548]: | Nicolas Thill | 2007-08-30 | 2 | -2/+3 |