mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 22:24:04 +02:00
17 lines
271 B
Bash
Executable File
17 lines
271 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $1
|
|
|
|
|
|
./scripts/feeds uninstall firmwarehotplug
|
|
./scripts/feeds uninstall faad2 # Mplayer link to faad2.
|
|
./scripts/feeds uninstall libxfcegui4 # Even mark as =m, it also break the build
|
|
|
|
|
|
(cd feeds/qipackages/; \
|
|
)
|
|
|
|
|
|
(cd feeds/packages/; \
|
|
)
|