scripts/feeds: Delete package/feeds folder in the clean procedure to prevent dangling...
authorJohn Crispin <blogic@openwrt.org>
Sat, 23 May 2015 15:29:06 +0000 (15:29 +0000)
committerJohn Crispin <blogic@openwrt.org>
Sat, 23 May 2015 15:29:06 +0000 (15:29 +0000)
commitb531ed50093d6cef0ebb6dde2737239cd0465a00
treed81e22a0340ab1ad98a38f2959d560d0d0a962af
parentd5eaa130840c0090c9d03c603fab17160f6e5a6d
scripts/feeds: Delete package/feeds folder in the clean procedure to prevent dangling links.

Hello,

if you run:
./scripts/feeds clean
It removes ./feeds folder but not ./package/feeds/ which is full of dangling links then. This patch fixes it.

Best Regards,
Martin Strbačka

Signed-off-by: Martin Strbacka <martin.strbacka@nic.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45738 3c298f89-4303-0410-b956-a3cf2f4a3e73
scripts/feeds