add libshared/libnvram and required includes under version control
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Mar 2005 23:24:52 +0000 (23:24 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Mar 2005 23:24:52 +0000 (23:24 +0000)
commit0bc4109776d047ae999f11b3e329d10eb364d561
tree1380766f4869ba8d6b2db810ef2f6d49b5c17799
parent94e6296f0f36687cdd6dd96848c9abf76c16a0ff
add libshared/libnvram and required includes under version control

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@344 3c298f89-4303-0410-b956-a3cf2f4a3e73
26 files changed:
package/openwrt/Config.in [deleted file]
package/openwrt/Makefile
package/openwrt/include/bcmnvram.h [new file with mode: 0644]
package/openwrt/include/bcmutils.h [new file with mode: 0644]
package/openwrt/include/cy_conf.h [new file with mode: 0644]
package/openwrt/include/epivers.h [new file with mode: 0644]
package/openwrt/include/proto/802.11.h [new file with mode: 0644]
package/openwrt/include/proto/ethernet.h [new file with mode: 0644]
package/openwrt/include/shutils.h [new file with mode: 0644]
package/openwrt/include/typedefs.h [new file with mode: 0644]
package/openwrt/include/utils.h [new file with mode: 0644]
package/openwrt/include/wlioctl.h [new file with mode: 0644]
package/openwrt/include/wlutils.h [new file with mode: 0644]
package/openwrt/libnvram/Makefile [new file with mode: 0644]
package/openwrt/libnvram/main.c [new file with mode: 0644]
package/openwrt/libnvram/nvram_convert.c [new file with mode: 0644]
package/openwrt/libnvram/nvram_convert.h [new file with mode: 0644]
package/openwrt/libnvram/nvram_linux.c [new file with mode: 0644]
package/openwrt/libshared/Makefile [new file with mode: 0644]
package/openwrt/libshared/bcmtimer.h [new file with mode: 0644]
package/openwrt/libshared/defaults.c [new file with mode: 0644]
package/openwrt/libshared/linux_timer.c [new file with mode: 0644]
package/openwrt/libshared/shutils.c [new file with mode: 0644]
package/openwrt/libshared/wl.c [new file with mode: 0644]
package/openwrt/libshared/wl_linux.c [new file with mode: 0644]
package/openwrt/openwrt.mk [deleted file]