mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 18:00:18 +02:00
nanonote buils scripts file: add patch-openwrt.sh
This commit is contained in:
parent
e07e94192d
commit
caa7c09572
16
nanonote-files/data/qi_lb60/scripts/patch-openwrt.sh
Executable file
16
nanonote-files/data/qi_lb60/scripts/patch-openwrt.sh
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
#!/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/; \
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user