Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux/generic: update kernel patch refreshing. Include two missed patches. | Alexandros C. Couloumbis | 2010-10-05 | 5 | -7/+14 |
| | | | | SVN-Revision: 23240 | ||||
* | linux/ixp4xx: revert accidentally leaked enabled kernel option (thank you kaloz) | Alexandros C. Couloumbis | 2010-10-05 | 4 | -8/+0 |
| | | | | SVN-Revision: 23239 | ||||
* | qos-scripts: bump pkg revision after r23227, extend copyright, mark ↵ | Jo-Philipp Wich | 2010-10-05 | 1 | -2/+6 |
| | | | | | | /etc/config/qos as conffile SVN-Revision: 23238 | ||||
* | linux/generic: refresh 2.6.36 kernel patches | Alexandros C. Couloumbis | 2010-10-05 | 56 | -328/+270 |
| | | | | SVN-Revision: 23237 | ||||
* | base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to ↵ | Jo-Philipp Wich | 2010-10-05 | 2 | -3/+4 |
| | | | | | | backup file list SVN-Revision: 23233 | ||||
* | base-files: mark /etc/rc.local as conffile | Jo-Philipp Wich | 2010-10-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 23232 | ||||
* | firewall: mark /etc/firewall.user as conffile | Jo-Philipp Wich | 2010-10-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 23231 | ||||
* | opkg: update to r576, remove 013add-list-changed-conffiles.patch - went ↵ | Jo-Philipp Wich | 2010-10-05 | 2 | -72/+2 |
| | | | | | | upstream. SVN-Revision: 23230 | ||||
* | Make mv_cesa crypto module available on Orion as well. | Lars-Peter Clausen | 2010-10-04 | 2 | -11/+11 |
| | | | | SVN-Revision: 23229 | ||||
* | uboot-kirkwood: Update to uboot to 2010.09 (and add missing files from ↵ | Lars-Peter Clausen | 2010-10-04 | 9 | -25/+460 |
| | | | | | | pervious commit) SVN-Revision: 23228 | ||||
* | qos-scripts: Fix generation of IMQ firewall rules on halfduplex mode (#7800) | Vasilis Tsiligiannis | 2010-10-04 | 1 | -3/+4 |
| | | | | SVN-Revision: 23227 | ||||
* | kernel: fix some build warnings with kernel 2.6.36 | Hauke Mehrtens | 2010-10-04 | 3 | -6/+18 |
| | | | | SVN-Revision: 23226 | ||||
* | linux/adm5120: add preliminary 2.6.36 kernel support (refresh patches) | Alexandros C. Couloumbis | 2010-10-04 | 21 | -0/+1620 |
| | | | | SVN-Revision: 23224 | ||||
* | correct default package status info (install -> unknown) - fixes ↵ | Jo-Philipp Wich | 2010-10-04 | 1 | -1/+1 |
| | | | | | | "opkg_conf_write_status_files: Internal error: package ... has a NULL dest" SVN-Revision: 23222 | ||||
* | yaffs2: add preliminary 2.6.36 kernel support (sync to yaffs2 git tree). ↵ | Alexandros C. Couloumbis | 2010-10-04 | 1 | -0/+23922 |
| | | | | | | This code needs further testing especially for backwards compatibility. It boots on rb532 with kernel options: CONFIG_DEVTMPFS & CONFIG_DEVTMPFS_MOUNT SVN-Revision: 23221 | ||||
* | gcc 4.4.5 support | Imre Kaloz | 2010-10-04 | 13 | -0/+9832 |
| | | | | SVN-Revision: 23220 | ||||
* | upgrade kernel versions to the latest stable ones | Imre Kaloz | 2010-10-04 | 26 | -29/+29 |
| | | | | SVN-Revision: 23219 | ||||
* | uboot-kirkwood: Add support for iomega iconnect wireless | Lars-Peter Clausen | 2010-10-04 | 1 | -1/+8 |
| | | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23218 | ||||
* | Iomega iConnect Wireless platform support | Lars-Peter Clausen | 2010-10-04 | 3 | -0/+141 |
| | | | | | | | | | This patch adds support for Iomega iConnect Wireless. Leds and wireless card support are still missing. Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23217 | ||||
* | kernel: Add hwmon-lm63 package | Lars-Peter Clausen | 2010-10-04 | 1 | -0/+14 |
| | | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23216 | ||||
* | kernel: kirkwood/orion I2C module support | Lars-Peter Clausen | 2010-10-04 | 1 | -0/+16 |
| | | | | | | | | This patch adds support for configuring kirkwood/orion i2c module. Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23215 | ||||
* | Remove hwmon and i2c support from being built-in | Lars-Peter Clausen | 2010-10-04 | 1 | -6/+1 |
| | | | | SVN-Revision: 23214 | ||||
* | update 2.6.35.x to 2.6.35.7 | Lars-Peter Clausen | 2010-10-04 | 6 | -22/+9 |
| | | | | SVN-Revision: 23213 | ||||
* | base-files: utilize uci_get_state to read the previous dhcp router address ↵ | Jo-Philipp Wich | 2010-10-04 | 2 | -3/+3 |
| | | | | | | in udhcpc default script. The setup_switch() procedure provided by swconfig calls config_load() during network restart and thus confuses udhcpc's uci state keeping resulting in a missing default route on each second network restart. Bypass the cached state vars and query uci directly to make the script immune against unwanted runtime changes. SVN-Revision: 23211 | ||||
* | opkg: implement "list-changed-conffiles" command, based on patch by Yann ↵ | Jo-Philipp Wich | 2010-10-03 | 2 | -1/+71 |
| | | | | | | Lopez <yann.lopez@gmail.com> SVN-Revision: 23210 | ||||
* | firewall: also establish forward rules when setting up nat reflection, back ↵ | Jo-Philipp Wich | 2010-10-03 | 2 | -7/+16 |
| | | | | | | out early if reflection is disabled SVN-Revision: 23201 | ||||
* | ath9k: add a few fixes and cleanups | Felix Fietkau | 2010-10-03 | 6 | -0/+1058 |
| | | | | SVN-Revision: 23198 | ||||
* | optionally support parallel toolchain build. This defaults to off, because ↵ | Michael Büsch | 2010-10-03 | 5 | -5/+21 |
| | | | | | | certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. SVN-Revision: 23196 | ||||
* | n810: Add fstab for maemo filesystems | Michael Büsch | 2010-10-03 | 2 | -1/+15 |
| | | | | SVN-Revision: 23195 | ||||
* | mtd-utils: refresh patches again | Jo-Philipp Wich | 2010-10-03 | 2 | -3/+3 |
| | | | | SVN-Revision: 23194 | ||||
* | tools/mtd-utils: fix build issue under freebsd. update to latest git tree. ↵ | Alexandros C. Couloumbis | 2010-10-03 | 1 | -6/+6 |
| | | | | | | (thanks loswillios & larsc) SVN-Revision: 23193 | ||||
* | tools/mtd-utils: kill 132-revert-zlib-cleanup.patch. it's wrong. | Alexandros C. Couloumbis | 2010-10-03 | 1 | -210/+0 |
| | | | | SVN-Revision: 23192 | ||||
* | kernel: Move CONFIG_CRYPTO_HW to crypto-core | Lars-Peter Clausen | 2010-10-03 | 1 | -6/+5 |
| | | | | | | | | | | hw-crypto modules depend on CONFIG_CRYPTO_HW beeing set. Instead of selecting CONFIG_CRYPTO_HW from each crypto module let it be selected by crypto core. It only opens the submenu for hw-crypto devices and does not generate any overhead. Patch by Jan Willies SVN-Revision: 23190 | ||||
* | libuuid: Use libuuid from util-linux-ng instead of e2fsprogs | Lars-Peter Clausen | 2010-10-02 | 2 | -2009/+52 |
| | | | | SVN-Revision: 23189 | ||||
* | mtd-utils: refresh patches | Jo-Philipp Wich | 2010-10-02 | 5 | -60/+56 |
| | | | | SVN-Revision: 23179 | ||||
* | Add jffs2 feature flag | Lars-Peter Clausen | 2010-10-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 23177 | ||||
* | tools/mtd-utils: fix compilation on OS X | Jo-Philipp Wich | 2010-10-02 | 1 | -10/+10 |
| | | | | SVN-Revision: 23176 | ||||
* | prime .ipk control files with Status: field to introduce hold for post flash ↵ | Jo-Philipp Wich | 2010-10-02 | 1 | -0/+1 |
| | | | | | | installed packages SVN-Revision: 23175 | ||||
* | opkg: reenable global upgrade, refresh patches | Jo-Philipp Wich | 2010-10-02 | 4 | -47/+6 |
| | | | | SVN-Revision: 23174 | ||||
* | kernel: flag as "hold", this is inherited by all kmods as well and will ↵ | Jo-Philipp Wich | 2010-10-02 | 1 | -0/+1 |
| | | | | | | prevent opkg on the target from upgrading them SVN-Revision: 23173 | ||||
* | add support for flagging packages | Jo-Philipp Wich | 2010-10-02 | 2 | -0/+6 |
| | | | | SVN-Revision: 23172 | ||||
* | feeds: restore previously active feed after install_package(), fixes install ↵ | Jo-Philipp Wich | 2010-10-02 | 1 | -0/+1 |
| | | | | | | all case for packages with inter-feed dependencies SVN-Revision: 23171 | ||||
* | package/grub: revert accidental/unessesery grub commit | Alexandros C. Couloumbis | 2010-10-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 23170 | ||||
* | tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully ↵ | Alexandros C. Couloumbis | 2010-10-01 | 11 | -58/+295 |
| | | | | | | Darwin) build issues. SVN-Revision: 23169 | ||||
* | ath9k: fix regulatory issues with multiple cards | Felix Fietkau | 2010-10-01 | 1 | -0/+91 |
| | | | | SVN-Revision: 23168 | ||||
* | package-ipkg.mk: use the BOARD variable in opkg cmdline if ARCH_PACKAGES is ↵ | Gabor Juhos | 2010-10-01 | 1 | -1/+1 |
| | | | | | | not defined SVN-Revision: 23166 | ||||
* | ar71xx: initial support for jjPlus JWAP003 | Gabor Juhos | 2010-10-01 | 12 | -0/+136 |
| | | | | | | | | | Patch-by: Cezary Jackiewicz <cezary@eko.one.pl> (the GPIODEV code has been removed, the sysfs interface can be used to control the GPIO lines instead - juhosg) SVN-Revision: 23165 | ||||
* | ath9k: compile out the ath9k rate control | Felix Fietkau | 2010-09-30 | 2 | -13/+11 |
| | | | | SVN-Revision: 23163 | ||||
* | package/grub: fix build issues under 64bit FreeBSD | Alexandros C. Couloumbis | 2010-09-30 | 1 | -4/+8 |
| | | | | SVN-Revision: 23162 | ||||
* | Add maintainer information to menuconfig description dialog | Michael Büsch | 2010-09-30 | 1 | -1/+2 |
| | | | | SVN-Revision: 23161 |