Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove remaining description field missed from [8659] | Nicolas Thill | 2007-09-07 |
| | | | | SVN-Revision: 8660 | ||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||
* | remove automake prereq not needed anymore since [7011], use a separate ↵ | Nicolas Thill | 2007-09-07 |
| | | | | | | description, cleanup SVN-Revision: 8658 | ||
* | zd1211-firmware: remove uneeded commands in install, use a separate ↵ | Nicolas Thill | 2007-09-07 |
| | | | | | | description, cleanup SVN-Revision: 8657 | ||
* | cosmetic fixes for ar7: indent, use lowercase hex notation, format | Nicolas Thill | 2007-09-06 |
| | | | | SVN-Revision: 8656 | ||
* | remove some obsolete files | Felix Fietkau | 2007-09-06 |
| | | | | SVN-Revision: 8654 | ||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 |
| | | | | | | (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 |
| | | | | | | 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 |
| | | | | | | which is not ready (#1858) SVN-Revision: 8649 | ||
* | allow scan.mk to find python packages introduced in [8639] | Nicolas Thill | 2007-09-06 |
| | | | | SVN-Revision: 8641 | ||
* | remove uneeded stuff after python changes in [8639] | Nicolas Thill | 2007-09-06 |
| | | | | SVN-Revision: 8640 | ||
* | Package ip6tables-utils as well (#2318) | Florian Fainelli | 2007-09-05 |
| | | | | SVN-Revision: 8636 | ||
* | fix typo (thanks to jonasg[1] on irc) | Nicolas Thill | 2007-09-05 |
| | | | | SVN-Revision: 8618 | ||
* | suppress warning in gcd() | Nicolas Thill | 2007-09-04 |
| | | | | SVN-Revision: 8609 | ||
* | use kernel abs(), remove recursion in gcd() (closes: #2307) | Nicolas Thill | 2007-09-04 |
| | | | | SVN-Revision: 8608 | ||
* | use constant for clock values (closes: #2306) | Nicolas Thill | 2007-09-04 |
| | | | | SVN-Revision: 8607 | ||
* | tweak Makefile | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8593 | ||
* | move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove ↵ | Nicolas Thill | 2007-09-03 |
| | | | | | | 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 |
| | | | | | | 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 |
| | | | | | | default *FLAGS, indent SVN-Revision: 8590 | ||
* | another cleanup missed from [8587] | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8589 | ||
* | rename hostap package to hostap-driver | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8588 | ||
* | package Makefile cleanup: remove uneeded vars | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8587 | ||
* | rename bridge package to bridge-utils (to match source name) | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8586 | ||
* | rename zd1211_firmware to zd1211-firmware | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8585 | ||
* | rename zd1211 package to zd1211-driver | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8584 | ||
* | provide default PKG_BUILD_DIR for packages missing a PKG_VERSION | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8583 | ||
* | remove duplicate ./include/kernel.mk inclusion | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8582 | ||
* | move ipkg related vars from ./rules.mk to ./include/package-ipkg.mk | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8581 | ||
* | remove uneeded PATH setting in ipkg invocation | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8580 | ||
* | change case of conflicting option | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8579 | ||
* | use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L... | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8578 | ||
* | Do not restart ipsec on hotplug events (#2212) | Florian Fainelli | 2007-09-02 |
| | | | | SVN-Revision: 8577 | ||
* | use a default VERSION field for kmod packages | Nicolas Thill | 2007-09-02 |
| | | | | SVN-Revision: 8575 | ||
* | rename 2.6 high-speed usb serial fix to match 2.4 one | Nicolas Thill | 2007-09-02 |
| | | | | SVN-Revision: 8574 | ||
* | add high-speed usb serial fix from Junxion to 2.4 kernel too (closes: #2274) | Nicolas Thill | 2007-09-02 |
| | | | | SVN-Revision: 8573 | ||
* | reduce watchdog trigger from 10 to 5 seconds | John Crispin | 2007-09-01 |
| | | | | SVN-Revision: 8571 | ||
* | add an abs2rel.pl helper script (returns a path relative to another) | Nicolas Thill | 2007-09-01 |
| | | | | SVN-Revision: 8570 | ||
* | allow the user to disable the defaultroute option for ppp | Felix Fietkau | 2007-09-01 |
| | | | | SVN-Revision: 8569 | ||
* | small rdc-2.6 fixes (from sn9, thanks!) | Nicolas Thill | 2007-09-01 |
| | | | | SVN-Revision: 8568 | ||
* | fix .dep_files exclusion in rdep calls | Nicolas Thill | 2007-09-01 |
| | | | | SVN-Revision: 8567 | ||
* | fix typo left in [8562] (thanks to sn9) | Nicolas Thill | 2007-09-01 |
| | | | | SVN-Revision: 8565 | ||
* | oops... typo | Felix Fietkau | 2007-08-31 |
| | | | | SVN-Revision: 8564 | ||
* | fix issues with multiple ppp links (noticed by Stefano Rivera) | Felix Fietkau | 2007-08-31 |
| | | | | SVN-Revision: 8563 | ||
* | oops, include missing change from [8560] | Nicolas Thill | 2007-08-31 |
| | | | | SVN-Revision: 8562 | ||
* | fix a dependency bug | Felix Fietkau | 2007-08-30 |
| | | | | SVN-Revision: 8561 | ||
* | more rt2x00 fixes (thanks to sn9): * pkg: add missing kmod dependencies and ↵ | Nicolas Thill | 2007-08-30 |
| | | | | | | autoloads * src: change #warning to #error when checking kconfig * src: remove uneeded config file SVN-Revision: 8560 | ||
* | build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t | Nicolas Thill | 2007-08-30 |
| | | | | SVN-Revision: 8559 | ||
* | clean up recursive dependency handling, use timestamp.pl again, because it ↵ | Felix Fietkau | 2007-08-30 |
| | | | | | | saves memory and execution time SVN-Revision: 8558 | ||
* | allow the kernel to provide own series files for specific subdirs | Felix Fietkau | 2007-08-30 |
| | | | | SVN-Revision: 8557 |