move 008-gpio_security.patch into 001-bcm47xx.patch
authorMike Baker <mbm@openwrt.org>
Sun, 26 Mar 2006 12:00:09 +0000 (12:00 +0000)
committerMike Baker <mbm@openwrt.org>
Sun, 26 Mar 2006 12:00:09 +0000 (12:00 +0000)
SVN-Revision: 3491

openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch

index 0cd300fa6e443d13858597b7b5119989788608fd..157b7298558ae7d44517b2dbd7dfb19dd2d2397a 100644 (file)
@@ -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);
 +      }
 +