X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm2708%2Fpatches-4.4%2F0177-configfs-implement-binary-attributes.patch;h=03d68146e3f9d0b43e441c874abc20ae6b0819f3;hb=2b1c6b21b5e6c82ebb55d7fb7df90e60e88cbb14;hp=bb500ed5a4f989ff5a9d978adc7c8f96e7978c3f;hpb=525b311bf869d7e252d744e501e227263a955c8e;p=openwrt%2Fopenwrt.git diff --git a/target/linux/brcm2708/patches-4.4/0177-configfs-implement-binary-attributes.patch b/target/linux/brcm2708/patches-4.4/0177-configfs-implement-binary-attributes.patch index bb500ed5a4..03d68146e3 100644 --- a/target/linux/brcm2708/patches-4.4/0177-configfs-implement-binary-attributes.patch +++ b/target/linux/brcm2708/patches-4.4/0177-configfs-implement-binary-attributes.patch @@ -1,7 +1,7 @@ -From 28059745722d31f48971035bbca98d689adb41f6 Mon Sep 17 00:00:00 2001 +From 14ea3d6ac7fea0e515bbde859379b0a43b6d67b9 Mon Sep 17 00:00:00 2001 From: Pantelis Antoniou Date: Thu, 22 Oct 2015 23:30:04 +0300 -Subject: [PATCH 177/304] configfs: implement binary attributes +Subject: [PATCH] configfs: implement binary attributes ConfigFS lacked binary attributes up until now. This patch introduces support for binary attributes in a somewhat similar