From 31cc9dd5827231a179e30d1562341f2e236e0e08 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Sun, 26 Mar 2006 12:00:09 +0000 Subject: [PATCH] move 008-gpio_security.patch into 001-bcm47xx.patch SVN-Revision: 3491 --- openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch b/openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch index 0cd300fa6e..157b729855 100644 --- a/openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch +++ b/openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch @@ -536,7 +536,7 @@ diff -urN linux.old/arch/mips/bcm947xx/gpio.c linux.dev/arch/mips/bcm947xx/gpio. + gpio_file[i].handle = devfs_register(gpio_dir, + gpio_file[i].name, + DEVFS_FL_DEFAULT, gpio_major, i, -+ S_IFCHR | S_IRUGO | S_IWUGO, ++ S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP, + &gpio_fops, NULL); + } + -- 2.30.2