Changeset 14a4c13 in freewrt for target/image/brcm/Makefile


Ignore:
Timestamp:
Sep 16, 2006, 9:58:59 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
3c9e60a
Parents:
151cf91
Message:

add squashfs mount_root

git-svn-id: svn://www.freewrt.org/trunk/freewrt@615 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/image/brcm/Makefile

    r151cf91 r14a4c13  
    4040endif
    4141ifeq ($(FS),jffs2)
    42 SUFFIX:=development
     42SUFFIX:=rw
    4343endif
    4444ifeq ($(FS),squashfs)
    45 SUFFIX:=production
     45SUFFIX:=ro-overlay
    4646endif
    4747
Note: See TracChangeset for help on using the changeset viewer.