fix switch-robo.c compile errors on linux 2.4
[openwrt.git] / package / switch / Makefile
index 74e5778..43a4ee2 100644 (file)
@@ -51,7 +51,16 @@ define Build/Compile
                EXTRA_CFLAGS="$(BUILDFLAGS)" \
                modules
 endef
-       
+
+define Build/InstallDev
+       mkdir -p $(1)/usr/include
+       $(CP) ./src/switch-core.h $(1)/usr/include/
+endef
+
+define Build/UninstallDev
+       rm -f $(1)/usr/include/switch-core.h
+endef
+
 define KernelPackage/switch/install
        $(INSTALL_DIR) $(1)/lib/network/
        $(INSTALL_BIN) ./files/switch.sh $(1)/lib/network/
This page took 0.025343 seconds and 4 git commands to generate.