Changeset 398df5e in freewrt for package/base-files


Ignore:
Timestamp:
Sep 10, 2006, 4:47:16 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
1ca76d2
Parents:
6b05a25
Message:

add configfs partition to all models, except netgear, make openswan package a single package including utils and kernel modules, fix some startupscripts for the configfs changes

git-svn-id: svn://www.freewrt.org/branches/wbx-target-cleanup@580 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/base-files/default/sbin/mount_root

    r6b05a25 r398df5e  
    88        mount | grep jffs2 >&-
    99        if [ $? = 0 ] ; then
    10                 if [ $(cat /proc/mtd | wc -l) = 6 ]; then
     10                if [ $(cat /proc/mtd | wc -l) = 7 ]; then
    1111                        mtd erase data
    1212                        jffs2root --move --reboot
     
    1717                . /bin/firstboot
    1818                echo "switching to overlay filesystem"
    19                 mount /dev/mtdblock/4 /jffs -t jffs2
     19                mount /dev/mtdblock/5 /jffs -t jffs2
    2020                fopivot /jffs /rom
    2121        fi
Note: See TracChangeset for help on using the changeset viewer.