[package] make libsas depend on x86, over targets using it may unmask it later
[openwrt.git] / package / switch / src / switch-robo.c
index 21343ed..a0051a3 100644 (file)
 #define bool int
 #endif
 
-
+/* Only available on brcm-2.4/brcm47xx */
+#ifdef BROADCOM
 extern char *nvram_get(const char *name);
 #define getvar(str) (nvram_get(str)?:"")
+#else
+#define getvar(str) ""
+#endif
 
 /* Data structure for a Roboswitch device. */
 struct robo_switch {
This page took 0.025524 seconds and 4 git commands to generate.