From: Alexander Stadler <sa.mailli...@univie.ac.at>

fix whitespaces for dir-825-c1

Signed-off-by: Alexander Stadler <sa.mailli...@univie.ac.at>
---
diff -urN a/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c 
b/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c       
2013-01-30 17:59:44.000000000 +0100
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c       
2013-01-30 18:09:55.000000000 +0100
@@ -37,14 +37,13 @@
 #define DIR825C1_GPIO_BTN_RESET                        17
 #define DIR825C1_GPIO_BTN_WPS                  16
 
+#define DIR825C1_KEYS_POLL_INTERVAL            20      /* msecs */
+#define DIR825C1_KEYS_DEBOUNCE_INTERVAL                (3 * 
DIR825C1_KEYS_POLL_INTERVAL)
 
-#define DIR825C1_KEYS_POLL_INTERVAL    20      /* msecs */
-#define DIR825C1_KEYS_DEBOUNCE_INTERVAL        (3 * 
DIR825C1_KEYS_POLL_INTERVAL)
-
-#define DIR825C1_MAC0_OFFSET             0x4
-#define DIR825C1_MAC1_OFFSET             0x18
-#define DIR825C1_WMAC_CALDATA_OFFSET     0x1000
-#define DIR825C1_PCIE_CALDATA_OFFSET     0x5000
+#define DIR825C1_MAC0_OFFSET                   0x4
+#define DIR825C1_MAC1_OFFSET                   0x18
+#define DIR825C1_WMAC_CALDATA_OFFSET           0x1000
+#define DIR825C1_PCIE_CALDATA_OFFSET           0x5000
 
 static struct gpio_led dir825c1_leds_gpio[] __initdata = {
        {
diff -urN a/target/linux/ar71xx/image/Makefile 
b/target/linux/ar71xx/image/Makefile
--- a/target/linux/ar71xx/image/Makefile        2013-01-30 17:59:44.000000000 
+0100
+++ b/target/linux/ar71xx/image/Makefile        2013-01-30 18:05:10.000000000 
+0100
@@ -355,11 +355,11 @@
 endef
 
 define Image/Build/Cameo934x
-        $(call 
Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout),1310720,15007744,$(4))
+       $(call 
Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout),1310720,15007744,$(4))
 endef
 
 define Image/Build/Cameo934x/initramfs
-        $(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout))
+       $(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout))
 endef
 
 define Image/Build/Ath
diff -urN 
a/target/linux/ar71xx/patches-3.7/612-MIPS-ath79-add-DIR-825-C1-support.patch 
b/target/linux/ar71xx/patches-3.7/612-MIPS-ath79-add-DIR-825-C1-support.patch
--- 
a/target/linux/ar71xx/patches-3.7/612-MIPS-ath79-add-DIR-825-C1-support.patch   
    2013-01-30 17:59:44.000000000 +0100
+++ 
b/target/linux/ar71xx/patches-3.7/612-MIPS-ath79-add-DIR-825-C1-support.patch   
    2013-01-30 18:07:52.000000000 +0100
@@ -15,15 +15,15 @@
        select ATH79_DEV_USB
  
 +config ATH79_MACH_DIR_825_C1
-+        bool "D-Link DIR-825 rev. C1 board support"
-+        select SOC_AR934X
-+        select ATH79_DEV_AP9X_PCI if PCI
-+        select ATH79_DEV_ETH
-+        select ATH79_DEV_GPIO_BUTTONS
-+        select ATH79_DEV_LEDS_GPIO
-+        select ATH79_DEV_M25P80
-+        select ATH79_DEV_USB
-+        select ATH79_DEV_WMAC
++      bool "D-Link DIR-825 rev. C1 board support"
++      select SOC_AR934X
++      select ATH79_DEV_AP9X_PCI if PCI
++      select ATH79_DEV_ETH
++      select ATH79_DEV_GPIO_BUTTONS
++      select ATH79_DEV_LEDS_GPIO
++      select ATH79_DEV_M25P80
++      select ATH79_DEV_USB
++      select ATH79_DEV_WMAC
 +
  config ATH79_MACH_EW_DORIN
        bool "embedded wireless Dorin Platform support"
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to