Update of /cvsroot/leaf/src/bering-uclibc/contrib/r8169
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31268

Added Files:
        buildtool.cfg buildtool.mk r8169-6.008.00.tar.bz2 
Log Message:
add Module for Realtek RTL8169
setup by NiTro


--- NEW FILE: r8169-6.008.00.tar.bz2 ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: buildtool.cfg ---
<File buildtool.mk>
        Server = cvs-contrib-sourceforge
        Revision = HEAD
        Directory = r8169
</File>

<File r8169-6.008.00.tar.bz2>
        Server = cvs-contrib-sourceforge
        Revision = HEAD
        Directory = r8169
        envname = R8169_SOURCE
</File>


--- NEW FILE: buildtool.mk ---
include $(MASTERMAKEFILE)

R8169_DIR:=r8169-6.008.00
R8169_SOURCE:=r8169-6.008.00.tar.bz2
STRIP_OPTIONS=--strip-debug

.source:
        bzcat $(R8169_SOURCE) | tar -xvf -      
        chmod 755 $(R8169_DIR)/src
        touch .source

source: .source

.build: .source
        mkdir -p $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net
        (cd $(R8169_DIR)/src ; \
        $(MAKE) -f Makefile_linux24x CC=$(TARGET_CC) 
EXTRA_CFLAGS="$(BT_COPT_FLAGS)" KSRC=$(BT_LINUX_DIR) PATCHLEVEL=4)
        cp $(R8169_DIR)/src/r8169.o 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/
        $(BT_STRIP) $(STRIP_OPTIONS) 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/r8169.o
        $(BT_DEPMOD) -ae -b $(BT_STAGING_DIR) -r -F 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/build/System.map 
$(BT_KERNEL_RELEASE)
        touch .build

build: .build

clean:
        rm -f $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/8169.o
        -rmdir $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net
        $(BT_DEPMOD) -ae -b $(BT_STAGING_DIR) -r -F 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/build/System.map 
$(BT_KERNEL_RELEASE)
        -$(MAKE) -f Makefile_linux24x -C $(R8169_DIR) clean 
        rm -f .build

srcclean: clean
        rm -rf $(R8169_DIR)
        rm -f .source


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to