Changeset 266

Show
Ignore:
Timestamp:
02/14/10 00:06:57 (2 years ago)
Author:
root
Message:

3.0.12rc1, not much new, just one module as a package.

Location:
floppyfw-3.0
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • floppyfw-3.0/Makefile

    r265 r266  
    3838 
    3939# Which version of floppyfw is this? 
    40 FLOPPYFW_VERSION=3.0.11 
     40FLOPPYFW_VERSION=3.0.12rc1 
    4141 
    4242# What sortof target system shall we compile this for? 
     
    139139TARGETS+=linux 
    140140 
     141# It's a externally compiled module but should be in the base. 
     142TARGETS+=realtek-81xxx-driver 
     143 
    141144TARGETS+=busybox 
    142145USE_BUSYBOX_SNAPSHOT=false 
     
    161164 
    162165TARGETS+=wireless-tools 
     166 
    163167 
    164168TARGETS+=dropbear 
  • floppyfw-3.0/makefiles/linux.mk

    r263 r266  
    2727 
    2828# Version of Linux to download and then apply patches to 
    29 DOWNLOAD_LINUX_VERSION=2.4.37.6 
     29DOWNLOAD_LINUX_VERSION=2.4.37.9 
    3030# Version of Linux AFTER patches 
    3131LINUX_VERSION=$(DOWNLOAD_LINUX_VERSION)-floppyfw-$(FLOPPYFW_VERSION) 
  • floppyfw-3.0/makefiles/module-packages.mk

    r222 r266  
    1818 
    1919module-packages: linux-depmod $(MODULES_DIR)/.stripped basemods nics \ 
    20         pcmciabase \ 
     20        pcmciabase realtek8 \ 
    2121        tcmods idemods pcmcia pppmods ebtablesmods ipvsmods parportmods 
    2222