OpenWrt Forum Archive

Topic: usb mount Problem

The content of this topic has been archived on 1 May 2018. Unfortunately there are posts – most likely complete pages – missing.

Great ! I hope that someone can find and fix the Problem :-)

fred4712 wrote:

If i try
./scripts/feeds install samba
i get the Message :
WARNING: No feed for package 'samba' found, maybe it's already part of the standard package

That would be

./scripts/feeds install samba-server

or simply

./scripts/feeds install -a

You have to checkout the extra package feeds with:

./scripts/feeds update -a

And then install the packages:

./scripts/feeds install samba

Now you can select samba in menuconfig.

EDIT: It's a bad idea to install all packages ('./scripts/feeds install -a'). Just install the packages (the dependencies will be installed automatically) you will need.

(Last edited by forum2008 on 28 May 2008, 19:14)

thanx ! :-) now im happy :-)

The discussion might have continued from here.