lots of changes, up to 2.6.3, removed all device specific stuff from vendor/slim,
now do it like cm.
diff --git a/tools/squisher b/tools/squisher
index 56f21a8..a616e57 100755
--- a/tools/squisher
+++ b/tools/squisher
@@ -138,6 +138,8 @@
 DEVICEID=`sed -n -e'/ro\.product\.device/s/^.*=//p' $OUT/system/build.prop`
 if [ "$DEVICEID" = "SGH-I717" ]; then
    sed -i 's/ro.sf.lcd_density=241/ro.sf.lcd_density=268/g' $OUT/system/build.prop
+elif [ "$DEVICEID" = "GT-N7000" ]; then
+   sed -i 's/ro.sf.lcd_density=241/ro.sf.lcd_density=268/g' $OUT/system/build.prop
 fi
 cp -f $OUT/system/build.prop $REPACK/ota/system/build.prop