Ignore:
Timestamp:
Jul 17, 2006, 6:11:18 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
4576587
Parents:
2a5a554
Message:

this is FreeWRT not OpenWrt

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/fuse/patches/111-uclibc_changes.patch

    r2a5a554 re703d48  
    77 #define FUSE_DEV_OLD "/proc/fs/fuse/dev"
    88+#ifdef __UCLIBC__
    9 +/* /dev is mounted as devfs in OpenWRT, and device is created here */
     9+/* /dev is mounted as devfs in FreeWRT, and device is created here */
    1010+#define FUSE_DEV_NEW "/dev/misc/fuse"
    1111+#else
Note: See TracChangeset for help on using the changeset viewer.