Entware-for-kernel-3x / Entware-ng-3x

Ultimate repo for embedded devices
GNU General Public License v2.0
42 stars 5 forks source link

default y BUSYBOX_DEFAULT_FEATURE_TOUCH_NODEREF #67

Closed ProBackup-nl closed 6 years ago

ProBackup-nl commented 6 years ago

To make entware-ng more compatible with Padavan firmware, and solve its mtd_storage.sh save "touch: invalid option -- h" issue: https://bitbucket.org/padavan/rt-n56u/issues/389/with-installed-busybox-mtd_storagesh

Root cause: Padavan firmware links busybox utilities to pathless busybox instead of the explicit firmware /bin/busybox


Compile tested: (put here arch, model, version) Run tested: (put here arch, model, version, tests done)

zyxmon commented 6 years ago
  1. This is the default setting. Real setting that should be modified is CONFIG_BUSYBOX_CONFIG_FEATURE_TOUCH_NODEREF in config file.
  2. Entware is designed for many devices, not only for Padavan firmware. This setting can be different for different devices.
  3. Entware-3x and Entware-ng merge to Entware as announced in the Readme.md
  4. general installation script does not install busybox now. That makes Entware more compatible with different firmwares.