Changeset f9b6d4a0 in freewrt for package/base-files-arch
- Timestamp:
- Oct 6, 2006, 1:22:31 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 2069abc
- Parents:
- b53f481
- File:
-
- 1 edited
-
package/base-files-arch/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files-arch/Makefile
rb53f481 rf9b6d4a0 10 10 PKG_NAME:= base-files-arch 11 11 PKG_VERSION:= 1.0 12 PKG_RELEASE:= 312 PKG_RELEASE:= 4 13 13 14 14 WRKSRC= ${WRKDIR}/$(PKG_NAME) … … 45 45 -[ -d $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(MODEL)/files ] && \ 46 46 $(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 47 53 -find $(IDIR_BASE_ARCH) -type d -name CVS | xargs rm -rf 48 54 -find $(IDIR_BASE_ARCH) -type d -name .svn | xargs rm -rf
Note:
See TracChangeset
for help on using the changeset viewer.
