Changeset 3668
- Timestamp:
- 01/05/08 21:10:31 (1 year ago)
- Files:
-
- trunk/freewrt/package/base-files/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/base-files/Makefile
r3656 r3668 88 88 rm -rf $(IDIR_BASE_FILES)/var 89 89 ln -sf tmp $(IDIR_BASE_FILES)/var 90 [ ! -d $(TOPDIR)/target/linux/generic-$(KERNEL)/files ] || \ 91 $(CP) $(TOPDIR)/target/linux/generic-$(KERNEL)/files/* $(IDIR_BASE_FILES) 90 92 [ ! -d $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/files ] || \ 91 93 $(CP) $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/files/* $(IDIR_BASE_FILES)


