From b401d50c8b3b367ea61af8fdf2ce44440a51a3a8 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 24 Jul 2005 19:58:14 +0000 Subject: move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install part of package/ for every board/kernel - fixes dependency mess git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1540 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/nvram/src/nvram_convert.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 openwrt/package/nvram/src/nvram_convert.h (limited to 'openwrt/package/nvram/src/nvram_convert.h') diff --git a/openwrt/package/nvram/src/nvram_convert.h b/openwrt/package/nvram/src/nvram_convert.h new file mode 100644 index 000000000..70e12327d --- /dev/null +++ b/openwrt/package/nvram/src/nvram_convert.h @@ -0,0 +1,7 @@ + +struct nvram_convert { + char *name; + char *wl0_name; + char *d11g_name; +}; + -- cgit v1.2.3