summarylogtreecommitdiffstats
path: root/mt7601.install
diff options
context:
space:
mode:
Diffstat (limited to 'mt7601.install')
-rw-r--r--mt7601.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/mt7601.install b/mt7601.install
new file mode 100644
index 000000000000..cb7abfa76771
--- /dev/null
+++ b/mt7601.install
@@ -0,0 +1,16 @@
+post_install() {
+ depmod -a $(uname -r)
+
+ echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'
+ echo '!!! To make your device work you must add "coherent_pool=4M" !!!'
+ echo '!!! to the line "setenv bootargs" of your /boot/boot.ini file !!!'
+ echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}