plan44 / plan44-feed

OpenWrt feed containing plan44 packages
29 stars 9 forks source link

adding feed #2

Closed brb91 closed 6 years ago

brb91 commented 6 years ago

Hello, I have an issue wen I try to add your feeds repo,

"src-git plan44 ssh://plan44@plan44.ch/home/plan44/sharedgit/plan44-public-feed.git;master"

It's a ssh protocol, and when I try to update it, it want a password

Can you help me,

Thanks,

plan44 commented 6 years ago

Hi brb91, that URL is an internal one, that's my own staging git server. Is that URL mentioned somewhere? That would be an oversight on my part. Please tell me where so I can correct it.

Just use the github https URL instead:

src-git plan44 https://github.com/plan44/plan44-feed.git;master

Best Regards, luz

brb91 commented 6 years ago

Hi, That URL is given on the plan44-feed readme.

Thanks a lot ;) ,

Best Regards,

brb91 commented 6 years ago

When I add this repo and update feeds and install p44-ledchain, nothing appear in menuconfig, this is normal ?

plan44 commented 6 years ago

Note that you need to prefix kernel modules with kmod- for ./scripts/feeds install:

./scripts/feeds install kmod-p44-ledchain

After that, it should appear in Kernel modules -> Other modules

plan44 commented 6 years ago

BTW: just updated the README.md to include the correct URL ;-)