Changeset 382a863 in freewrt
- Timestamp:
- Dec 23, 2006, 3:39:03 AM (19 years ago)
- Children:
- 4dbb7c6
- Parents:
- 341c25e
- Location:
- mk
- Files:
-
- 3 edited
-
kernel-build.mk (modified) (1 diff)
-
kernel.mk (modified) (1 diff)
-
targets.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mk/kernel-build.mk
r341c25e r382a863 69 69 else 70 70 $(CP) $(FS)/config/config.ext2 $(LINUX_DIR)/.config 71 endif 72 endif 73 ifeq ($(FS),yaffs2) 74 ifneq ($(strip $(DEVICECONFIG)),) 75 $(CP) $(DEVICE)/config/config.yaffs2 $(LINUX_DIR)/.config 76 else 77 $(CP) $(FS)/config/config.yaffs2 $(LINUX_DIR)/.config 71 78 endif 72 79 endif -
mk/kernel.mk
r341c25e r382a863 168 168 endif 169 169 170 # yaffs2 for use with nand flash 171 ifeq ($(FS),yaffs2) 172 DEVICECONFIG:=$(shell test -f $(DEVICE)/config/config.yaffs2 && echo y 2>/dev/null) 173 ifneq ($(strip $(DEVICECONFIG)),) 174 include $(DEVICE)/config/config.yaffs2 175 else 176 include $(FS)/config/config.yaffs2 177 endif 178 endif -
mk/targets.mk
r341c25e r382a863 48 48 $(eval $(call rootfs_template,nfs,NFS)) 49 49 $(eval $(call rootfs_template,ext2-cf,EXT2_CF)) 50 $(eval $(call rootfs_template,yaffs2,YAFFS2)) 50 51 51 52
Note:
See TracChangeset
for help on using the changeset viewer.
