Changeset f9b6d4a0 in freewrt for package/base-files-arch


Ignore:
Timestamp:
Oct 6, 2006, 1:22:31 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
2069abc
Parents:
b53f481
Message:

simplify network configuration, use one interfaces file and generate device specific interface files

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@857 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/base-files-arch/Makefile

    rb53f481 rf9b6d4a0  
    1010PKG_NAME:=              base-files-arch
    1111PKG_VERSION:=           1.0
    12 PKG_RELEASE:=           3
     12PKG_RELEASE:=           4
    1313
    1414WRKSRC=                 ${WRKDIR}/$(PKG_NAME)
     
    4545        -[ -d $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(MODEL)/files ] && \
    4646                $(CP) $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(MODEL)/files/* $(IDIR_BASE_ARCH)
     47        $(SED) "s/@FWRT_LAN@/$(FWRT_LAN)/g" \
     48                $(IDIR_BASE_ARCH)/etc/network/interfaces
     49        $(SED) "s/@FWRT_WAN@/$(FWRT_WAN)/g" \
     50                $(IDIR_BASE_ARCH)/etc/network/interfaces
     51        $(SED) "s/@FWRT_WLAN@/$(FWRT_WLAN)/g" \
     52                $(IDIR_BASE_ARCH)/etc/network/interfaces
    4753        -find $(IDIR_BASE_ARCH) -type d -name CVS | xargs rm -rf
    4854        -find $(IDIR_BASE_ARCH) -type d -name .svn | xargs rm -rf
Note: See TracChangeset for help on using the changeset viewer.