summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.6/550-ubifs-symlink-xattr-support.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: remove kernel 3.6Hauke Mehrtens2014-07-261-65/+0
| | | | | | | | kernel 3.6 is not used by any target any more, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41834
* ubifs: remove obsolete CONFIG_UBIFS_FS_XATTR symbolFelix Fietkau2014-05-271-3/+1
| | | | | | | | | | | | | | 550-ubifs-symlink-xattr-support.patch contains a reference to the by now obsolete config symbol CONFIG_UBIFS_FS_XATTR which leads to the functionality originally added by the patch in r30794 being left-out during compile since commit 1bdcc63112a0 ("UBIFS: remove xattr Kconnfig option") in v3.5. Fix this by removing the #ifdef from all affected kernels as XATTR support is now always enabled for UBIFS as well. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 40864
* make all 3.6 patches apply and buildFlorian Fainelli2012-10-241-1/+1
| | | | SVN-Revision: 33911
* linux 3.6 support (work in progress)Imre Kaloz2012-10-231-0/+67
SVN-Revision: 33897