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

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

Prevent architecture warnings on non keenle-3x architectures #60

Closed ProBackup-nl closed 6 years ago

ProBackup-nl commented 6 years ago

Package: opkg

Platform: padavan rt-n56u

I am not good at ignoring warnings.

Please add some mechanism to prevent these warnings on non Architecture: keenle-3x platforms.

For example 2 separate feeds:

  1. without keenle-3x architecture packages
  2. with keenle-3x architecture packages
zyxmon commented 6 years ago

I am not good at ignoring warnings.

You can append the folowing lines to /opt/etc/opkg.conf

arch all 100
arch mipsel-3x 150
arch keenle-3x 200

You will see no warnings. Some packages will be added to packages list that are designed for other devices and will not work at you router. It is better to ignore warnings IMHO.