Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix toolchain generation with FPU enabled (#2242) | Florian Fainelli | 2007-09-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 8711 | ||||
* | Fix the imagebuilder generation (does not mean it works with the recent changes) | Florian Fainelli | 2007-09-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 8710 | ||||
* | use the global register access macros in the flash driver | Gabor Juhos | 2007-09-09 | 1 | -14/+13 |
| | | | | SVN-Revision: 8707 | ||||
* | remove volatile derefs | Gabor Juhos | 2007-09-09 | 1 | -5/+8 |
| | | | | SVN-Revision: 8706 | ||||
* | cleanup memory detection code, fix #2244 | Gabor Juhos | 2007-09-09 | 2 | -47/+32 |
| | | | | SVN-Revision: 8705 | ||||
* | define more SWITCH/MPMC constants | Gabor Juhos | 2007-09-09 | 2 | -40/+177 |
| | | | | SVN-Revision: 8704 | ||||
* | remove redundant EXTRA_AFLAGS | Gabor Juhos | 2007-09-09 | 1 | -2/+0 |
| | | | | SVN-Revision: 8703 | ||||
* | Add the ralink signature, will use it later | Florian Fainelli | 2007-09-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 8702 | ||||
* | cleanup IRQ code | Gabor Juhos | 2007-09-09 | 1 | -42/+23 |
| | | | | SVN-Revision: 8701 | ||||
* | cleanup PCI code | Gabor Juhos | 2007-09-09 | 4 | -333/+284 |
| | | | | SVN-Revision: 8700 | ||||
* | more config changes | Felix Fietkau | 2007-09-09 | 4 | -21/+0 |
| | | | | SVN-Revision: 8699 | ||||
* | oops. forgot to move the config around for x86 | Felix Fietkau | 2007-09-09 | 3 | -573/+41 |
| | | | | SVN-Revision: 8698 | ||||
* | fix kmod-crypto, emit warning messages for kmod packages that cannot be ↵ | Felix Fietkau | 2007-09-08 | 2 | -25/+31 |
| | | | | | | built due to missing kernel config options SVN-Revision: 8697 | ||||
* | add support for device type based package preselections | Felix Fietkau | 2007-09-08 | 1 | -3/+13 |
| | | | | SVN-Revision: 8696 | ||||
* | adapt profiles for subtarget changes | Felix Fietkau | 2007-09-08 | 21 | -61/+6 |
| | | | | SVN-Revision: 8695 | ||||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 | 95 | -349/+343 |
| | | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694 | ||||
* | Fix kmod-ppp generation (#2337) | Florian Fainelli | 2007-09-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 8691 | ||||
* | fix pci init for brcm-2.4 with atheros wifi cards | Felix Fietkau | 2007-09-08 | 1 | -0/+1 |
| | | | | SVN-Revision: 8690 | ||||
* | Add some EHCI related symbols when usb is selected | Florian Fainelli | 2007-09-08 | 1 | -0/+3 |
| | | | | SVN-Revision: 8686 | ||||
* | Use PHYS_OFFSET. | Eugene Konev | 2007-09-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 8685 | ||||
* | Add TNETW1350 to known devices. Style cleanups. | Eugene Konev | 2007-09-08 | 1 | -6/+38 |
| | | | | SVN-Revision: 8684 | ||||
* | fix the symlink of the lzma-loader | Gabor Juhos | 2007-09-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 8683 | ||||
* | fix madwifi channel setting (#2073) | Felix Fietkau | 2007-09-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 8681 | ||||
* | bump package versions after updates | Felix Fietkau | 2007-09-07 | 10 | -10/+10 |
| | | | | SVN-Revision: 8680 | ||||
* | fix typo | Nicolas Thill | 2007-09-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 8666 | ||||
* | fix ppp unit number issues (#2178) | Felix Fietkau | 2007-09-07 | 1 | -3/+6 |
| | | | | SVN-Revision: 8665 | ||||
* | fix board name for nvram and switch packages on brcm-2.4 after [8653] | Nicolas Thill | 2007-09-07 | 2 | -6/+6 |
| | | | | SVN-Revision: 8664 | ||||
* | qos-scripts: add patch for tos and dscp support from #2291 | Felix Fietkau | 2007-09-07 | 1 | -0/+39 |
| | | | | SVN-Revision: 8663 | ||||
* | remove obsolete dependencies on VIDEO_SUPPORT (#2314) | Felix Fietkau | 2007-09-07 | 2 | -2/+2 |
| | | | | SVN-Revision: 8662 | ||||
* | add missing endef | Nicolas Thill | 2007-09-07 | 1 | -0/+1 |
| | | | | SVN-Revision: 8661 | ||||
* | remove remaining description field missed from [8659] | Nicolas Thill | 2007-09-07 | 1 | -4/+0 |
| | | | | SVN-Revision: 8660 | ||||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 | 65 | -683/+1232 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||||
* | remove automake prereq not needed anymore since [7011], use a separate ↵ | Nicolas Thill | 2007-09-07 | 1 | -12/+6 |
| | | | | | | description, cleanup SVN-Revision: 8658 | ||||
* | zd1211-firmware: remove uneeded commands in install, use a separate ↵ | Nicolas Thill | 2007-09-07 | 1 | -9/+9 |
| | | | | | | description, cleanup SVN-Revision: 8657 | ||||
* | cosmetic fixes for ar7: indent, use lowercase hex notation, format | Nicolas Thill | 2007-09-06 | 10 | -163/+164 |
| | | | | SVN-Revision: 8656 | ||||
* | remove some obsolete files | Felix Fietkau | 2007-09-06 | 2 | -305/+0 |
| | | | | SVN-Revision: 8654 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 701 | -105/+48 |
| | | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 | ||||
* | enable start-stop-daemon by default, i want to use this to clean up a few ↵ | Felix Fietkau | 2007-09-06 | 1 | -1/+1 |
| | | | | | | init scripts soon SVN-Revision: 8652 | ||||
* | Disable the USB clock for now, will be used later for the AR7-HCD driver, ↵ | Florian Fainelli | 2007-09-06 | 1 | -2/+2 |
| | | | | | | which is not ready (#1858) SVN-Revision: 8649 | ||||
* | allow scan.mk to find python packages introduced in [8639] | Nicolas Thill | 2007-09-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 8641 | ||||
* | remove uneeded stuff after python changes in [8639] | Nicolas Thill | 2007-09-06 | 2 | -16/+0 |
| | | | | SVN-Revision: 8640 | ||||
* | Package ip6tables-utils as well (#2318) | Florian Fainelli | 2007-09-05 | 1 | -1/+14 |
| | | | | SVN-Revision: 8636 | ||||
* | fix typo (thanks to jonasg[1] on irc) | Nicolas Thill | 2007-09-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 8618 | ||||
* | suppress warning in gcd() | Nicolas Thill | 2007-09-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 8609 | ||||
* | use kernel abs(), remove recursion in gcd() (closes: #2307) | Nicolas Thill | 2007-09-04 | 1 | -9/+13 |
| | | | | SVN-Revision: 8608 | ||||
* | use constant for clock values (closes: #2306) | Nicolas Thill | 2007-09-04 | 2 | -17/+18 |
| | | | | SVN-Revision: 8607 | ||||
* | tweak Makefile | Nicolas Thill | 2007-09-03 | 1 | -5/+5 |
| | | | | SVN-Revision: 8593 | ||||
* | move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove ↵ | Nicolas Thill | 2007-09-03 | 2 | -13/+6 |
| | | | | | | EXTRA_* flags but still use them in configure and make SVN-Revision: 8592 | ||||
* | require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵ | Nicolas Thill | 2007-09-03 | 9 | -174/+279 |
| | | | | | | to actually build a kmod package, tweak and fix kernel package definitions. SVN-Revision: 8591 | ||||
* | tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the ↵ | Nicolas Thill | 2007-09-03 | 1 | -6/+8 |
| | | | | | | default *FLAGS, indent SVN-Revision: 8590 |