forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
87 changed files
with
2,311 additions
and
3,222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,9 @@ Signed-off-by: Gaurav Jain <[email protected]> | |
ioctl.c | 6 ++++++ | ||
1 file changed, 6 insertions(+) | ||
|
||
diff --git a/ioctl.c b/ioctl.c | ||
index 8f241b86..4262bbd5 100644 | ||
--- a/ioctl.c | ||
+++ b/ioctl.c | ||
@@ -1246,7 +1246,9 @@ static struct ctl_table verbosity_ctl_root[] = { | ||
@@ -1246,7 +1246,9 @@ static struct ctl_table verbosity_ctl_ro | ||
{ | ||
.procname = "ioctl", | ||
.mode = 0555, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,9 @@ Signed-off-by: Gaurav Jain <[email protected]> | |
zc.c | 6 +++++- | ||
1 file changed, 5 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/zc.c b/zc.c | ||
index fdf7da17..6637945a 100644 | ||
--- a/zc.c | ||
+++ b/zc.c | ||
@@ -80,10 +80,14 @@ int __get_userbuf(uint8_t __user *addr, uint32_t len, int write, | ||
@@ -80,10 +80,14 @@ int __get_userbuf(uint8_t __user *addr, | ||
ret = get_user_pages_remote(task, mm, | ||
(unsigned long)addr, pgcount, write ? FOLL_WRITE : 0, | ||
pg, NULL, NULL); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,9 @@ Signed-off-by: Joan Bruguera Micó <[email protected]> | |
zc.c | 2 +- | ||
2 files changed, 3 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/ioctl.c b/ioctl.c | ||
index 4262bbd..e3eefe1 100644 | ||
--- a/ioctl.c | ||
+++ b/ioctl.c | ||
@@ -1246,7 +1246,7 @@ static struct ctl_table verbosity_ctl_root[] = { | ||
@@ -1246,7 +1246,7 @@ static struct ctl_table verbosity_ctl_ro | ||
{ | ||
.procname = "ioctl", | ||
.mode = 0555, | ||
|
@@ -45,11 +43,9 @@ index 4262bbd..e3eefe1 100644 | |
verbosity_sysctl_header = register_sysctl_table(verbosity_ctl_root); | ||
#else | ||
verbosity_sysctl_header = register_sysctl(verbosity_ctl_root->procname, verbosity_ctl_dir); | ||
diff --git a/zc.c b/zc.c | ||
index 6637945..00e00c1 100644 | ||
--- a/zc.c | ||
+++ b/zc.c | ||
@@ -80,7 +80,7 @@ int __get_userbuf(uint8_t __user *addr, uint32_t len, int write, | ||
@@ -80,7 +80,7 @@ int __get_userbuf(uint8_t __user *addr, | ||
ret = get_user_pages_remote(task, mm, | ||
(unsigned long)addr, pgcount, write ? FOLL_WRITE : 0, | ||
pg, NULL, NULL); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,9 @@ Signed-off-by: Joan Bruguera Micó <[email protected]> | |
cryptlib.c | 4 ++++ | ||
1 file changed, 4 insertions(+) | ||
|
||
diff --git a/cryptlib.c b/cryptlib.c | ||
index 4d739e5..0e59d4c 100644 | ||
--- a/cryptlib.c | ||
+++ b/cryptlib.c | ||
@@ -381,7 +381,11 @@ int cryptodev_hash_init(struct hash_data *hdata, const char *alg_name, | ||
@@ -381,7 +381,11 @@ int cryptodev_hash_init(struct hash_data | ||
} | ||
|
||
hdata->digestsize = crypto_ahash_digestsize(hdata->async.s); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
package/kernel/lantiq/ltq-tapi/patches/601-fix-compilation-warning-ret-not-handled.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -235,9 +235,13 @@ $(eval $(call KernelPackage,can-usb-ems)) | |
|
||
define KernelPackage/can-usb-esd | ||
TITLE:=ESD USB/2 CAN/USB interface | ||
KCONFIG:=CONFIG_CAN_ESD_USB2 | ||
FILES:=$(LINUX_DIR)/drivers/net/can/usb/esd_usb2.ko | ||
AUTOLOAD:=$(call AutoProbe,esd_usb2) | ||
KCONFIG:= \ | ||
[email protected] \ | ||
[email protected] | ||
FILES:= \ | ||
$(LINUX_DIR)/drivers/net/can/usb/[email protected] \ | ||
$(LINUX_DIR)/drivers/net/can/usb/[email protected] | ||
AUTOLOAD:=$(call AutoProbe,esd_usb2 esd_usb) | ||
$(call AddDepends/can,+kmod-usb-core) | ||
endef | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.